Html Css Color HEX #5F8BCC Danube

📋 copy color: '#5F8BCC'

red 95 ◦ green 139 ◦ blue 204

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

Shades of Danube #5F8BCC

Tints of Danube #5F8BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.74%

 BLUE value IS 204 (80.08% from 255) = 46.58%

R = 21.69%
G = 31.74%
B = 46.58%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5F8BCC (or 0x5F8BCC) is known color: Danube. HEX triplet: 5F, 8B and CC. RGB value is (95,139,204). Sum of RGB (Red+Green+Blue) = 95+139+204=438 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.69% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F8BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8BCC is #A07433. Grayscale: #848484. Windows color (decimal): -10515508 or 13405023. OLE color: 13405023.

HSL color Cylindrical-coordinate representation of color #5F8BCC: hue angle of 215.78º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F8BCC is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 95 139 204 -
CMYK 0.53 0.32 0 0.2
HSL 215.78º 0.52% 0.59% -
HSV(B) 215.78º 0.53% 0.8% -
XYZ 24.85 25.26 60.69 -
YUV 133.25 167.92 100.71 -
System Red Green Blue C M Y K H S L
Decimal 95 139 204 0.53 0.32 0 0.2 215.78 0.52 0.59
Hex 5F 8B CC 35 20 0 14 D8 34 3B
Octal 137 213 314 65 40 0 24 330 64 73
Binary 1011111 10001011 11001100 110101 100000 0 10100 11011000 110100 111011

Color Harmonies of #5F8BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8BCC

Black with #5F8BCC

Text Example


Text Example

White with #5F8BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,139,204); }

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

background-color css

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

 a { background-color: rgb(95,139,204); }

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

border-color css

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

 span { border-color: rgb(95,139,204); }

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