#5f92be

Color #5F92BE Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #5F92BE

Tints of Danube #5F92BE

Color information

#5F92BE (or 0x5F92BE) is unknown color: approx Danube. HEX triplet: 5F, 92 and BE. RGB value is (95,146,190). Sum of RGB (Red+Green+Blue) = 95+146+190=431 (57% of max value = 765). Red value is 95 (37.5% from 255 or 22.04% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F92BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F92BE is #A06D41. Grayscale: #878787. Windows color (decimal): -10513730 or 12489311. OLE color: 12489311.

HSL color Cylindrical-coordinate representation of color #5F92BE: hue angle of 207.79º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F92BE is Cyan = 0.5, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB95146190-
CMYK0.50.2300.25
HSL207.79º42.22%55.88%-
HSV(B)207.79º50%74.51%-
XYZ24.2926.7152.59-
YUV135.77158.698.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 22.04%
GREEN value IS 146 (57.42% from 255) = 33.87%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=22.04%
G=33.87%
B=44.08%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951461900.50.2300.25207.7942.2255.88
Hex5F92BE3217019d02a38
Octal13722227662270313205270
Binary101111110010010101111101100101011101100111010000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f92be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5f92be; }

 p { color: rgb(95,146,190); }

 H1.HeaderClassName
 {
   color: #5f92be;
 }
 .AnyTagClassName
 {
   color: #5f92be;
 }
</style>
background-color css

<style>
 a { background-color: #5f92be; }

 a { background-color: rgb(95,146,190); }

 div.DivClassName
 {
   background-color: #5f92be;
 }
 .BgClassName
 {
   background-color: #5f92be;
 }
</style>
border-color css

<style>
 span { border-color: #5f92be; }

 span { border-color: rgb(95,146,190); }

 td.TdClassName
 {
   border-color: #5f92be;
 }
 .TagClassName
 {
   border-color: #5f92be;
 }
</style>