Html Css Color HEX #5C88B9 Danube

📋 copy color: '#5C88B9'

red 92 ◦ green 136 ◦ blue 185

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

Shades of Danube #5C88B9

Tints of Danube #5C88B9

RGB

 RED value IS 92 (36.33% from 255) = 22.28%

 GREEN value IS 136 (53.52% from 255) = 32.93%

 BLUE value IS 185 (72.66% from 255) = 44.79%

R = 22.28%
G = 32.93%
B = 44.79%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5C88B9 (or 0x5C88B9) is known color: Danube. HEX triplet: 5C, 88 and B9. RGB value is (92,136,185). Sum of RGB (Red+Green+Blue) = 92+136+185=413 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.28% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 185 (72.66% from 255 or 44.79% from 413); Max value from RGB is 185 - color contains mainly: blue. Hex color #5C88B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C88B9 is #A37746. Grayscale: #808080. Windows color (decimal): -10712903 or 12159068. OLE color: 12159068.

HSL color Cylindrical-coordinate representation of color #5C88B9: hue angle of 211.61º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C88B9 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 92 136 185 -
CMYK 0.50 0.26 0 0.27
HSL 211.61º 0.4% 0.54% -
HSV(B) 211.61º 0.5% 0.73% -
XYZ 21.97 23.39 49.25 -
YUV 128.43 159.92 102.02 -
System Red Green Blue C M Y K H S L
Decimal 92 136 185 0.50 0.26 0 0.27 211.61 0.4 0.54
Hex 5C 88 B9 32 1A 0 1B D4 28 36
Octal 134 210 271 62 32 0 33 324 50 66
Binary 1011100 10001000 10111001 110010 11010 0 11011 11010100 101000 110110

Color Harmonies of #5C88B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C88B9

Black with #5C88B9

Text Example


Text Example

White with #5C88B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,136,185); }

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

background-color css

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

 a { background-color: rgb(92,136,185); }

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

border-color css

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

 span { border-color: rgb(92,136,185); }

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