Html Css Color HEX #5F94C9 Danube

📋 copy color: '#5F94C9'

red 95 ◦ green 148 ◦ blue 201

#5F94C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #5F94C9

Tints of Danube #5F94C9

RGB

 RED value IS 95 (37.5% from 255) = 21.4%

 GREEN value IS 148 (58.2% from 255) = 33.33%

 BLUE value IS 201 (78.91% from 255) = 45.27%

R = 21.4%
G = 33.33%
B = 45.27%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5F94C9 (or 0x5F94C9) is known color: Danube. HEX triplet: 5F, 94 and C9. RGB value is (95,148,201). Sum of RGB (Red+Green+Blue) = 95+148+201=444 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.40% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 201 (78.91% from 255 or 45.27% from 444); Max value from RGB is 201 - color contains mainly: blue. Hex color #5F94C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F94C9 is #A06B36. Grayscale: #898989. Windows color (decimal): -10513207 or 13210719. OLE color: 13210719.

HSL color Cylindrical-coordinate representation of color #5F94C9: hue angle of 210º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F94C9 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 95 148 201 -
CMYK 0.53 0.26 0 0.21
HSL 210º 0.5% 0.58% -
HSV(B) 210º 0.53% 0.79% -
XYZ 25.85 27.83 59.27 -
YUV 138.2 163.44 97.19 -
System Red Green Blue C M Y K H S L
Decimal 95 148 201 0.53 0.26 0 0.21 210 0.5 0.58
Hex 5F 94 C9 35 1A 0 15 D2 32 3A
Octal 137 224 311 65 32 0 25 322 62 72
Binary 1011111 10010100 11001001 110101 11010 0 10101 11010010 110010 111010

Color Harmonies of #5F94C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F94C9

Black with #5F94C9

Text Example


Text Example

White with #5F94C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,148,201); }

 H1.HeaderClassName
 {
   color: #5F94C9;
 }
 .AnyTagClassName
 {
   color: #5F94C9;
 }
</style>

background-color css

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

 a { background-color: rgb(95,148,201); }

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

border-color css

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

 span { border-color: rgb(95,148,201); }

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