Html Css Color HEX #5C89CA Danube

📋 copy color: '#5C89CA'

red 92 ◦ green 137 ◦ blue 202

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

Shades of Danube #5C89CA

Tints of Danube #5C89CA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.79%

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

R = 21.35%
G = 31.79%
B = 46.87%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5C89CA (or 0x5C89CA) is known color: Danube. HEX triplet: 5C, 89 and CA. RGB value is (92,137,202). Sum of RGB (Red+Green+Blue) = 92+137+202=431 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.35% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C89CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C89CA is #A37635. Grayscale: #828282. Windows color (decimal): -10712630 or 13273436. OLE color: 13273436.

HSL color Cylindrical-coordinate representation of color #5C89CA: hue angle of 215.45º 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 #5C89CA is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 92 137 202 -
CMYK 0.54 0.32 0 0.21
HSL 215.45º 0.51% 0.58% -
HSV(B) 215.45º 0.54% 0.79% -
XYZ 24.02 24.43 59.33 -
YUV 130.96 168.09 100.21 -
System Red Green Blue C M Y K H S L
Decimal 92 137 202 0.54 0.32 0 0.21 215.45 0.51 0.58
Hex 5C 89 CA 36 20 0 15 D7 33 3A
Octal 134 211 312 66 40 0 25 327 63 72
Binary 1011100 10001001 11001010 110110 100000 0 10101 11010111 110011 111010

Color Harmonies of #5C89CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C89CA

Black with #5C89CA

Text Example


Text Example

White with #5C89CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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