Html Css Color HEX #5C88CA Danube

📋 copy color: '#5C88CA'

red 92 ◦ green 136 ◦ blue 202

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

Shades of Danube #5C88CA

Tints of Danube #5C88CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.98%

R = 21.4%
G = 31.63%
B = 46.98%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5C88CA (or 0x5C88CA) is known color: Danube. HEX triplet: 5C, 88 and CA. RGB value is (92,136,202). Sum of RGB (Red+Green+Blue) = 92+136+202=430 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.40% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C88CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C88CA is #A37735. Grayscale: #828282. Windows color (decimal): -10712886 or 13273180. OLE color: 13273180.

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

Color convert

RGB 92 136 202 -
CMYK 0.54 0.33 0 0.21
HSL 216º 0.51% 0.58% -
HSV(B) 216º 0.54% 0.79% -
XYZ 23.88 24.15 59.28 -
YUV 130.37 168.42 100.63 -
System Red Green Blue C M Y K H S L
Decimal 92 136 202 0.54 0.33 0 0.21 216 0.51 0.58
Hex 5C 88 CA 36 21 0 15 D8 33 3A
Octal 134 210 312 66 41 0 25 330 63 72
Binary 1011100 10001000 11001010 110110 100001 0 10101 11011000 110011 111010

Color Harmonies of #5C88CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C88CA

Black with #5C88CA

Text Example


Text Example

White with #5C88CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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