Html Css Color HEX #558DCE Danube

📋 copy color: '#558DCE'

red 85 ◦ green 141 ◦ blue 206

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

Shades of Danube #558DCE

Tints of Danube #558DCE

RGB

 RED value IS 85 (33.59% from 255) = 19.68%

 GREEN value IS 141 (55.47% from 255) = 32.64%

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 19.68%
G = 32.64%
B = 47.69%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#558DCE (or 0x558DCE) is known color: Danube. HEX triplet: 55, 8D and CE. RGB value is (85,141,206). Sum of RGB (Red+Green+Blue) = 85+141+206=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #558DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558DCE is #AA7231. Grayscale: #838383. Windows color (decimal): -11170354 or 13536597. OLE color: 13536597.

HSL color Cylindrical-coordinate representation of color #558DCE: hue angle of 212.23º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #558DCE is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 141 206 -
CMYK 0.59 0.32 0 0.19
HSL 212.23º 0.55% 0.57% -
HSV(B) 212.23º 0.59% 0.81% -
XYZ 24.41 25.44 62.02 -
YUV 131.67 169.95 94.71 -
System Red Green Blue C M Y K H S L
Decimal 85 141 206 0.59 0.32 0 0.19 212.23 0.55 0.57
Hex 55 8D CE 3B 20 0 13 D4 37 39
Octal 125 215 316 73 40 0 23 324 67 71
Binary 1010101 10001101 11001110 111011 100000 0 10011 11010100 110111 111001

Color Harmonies of #558DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558DCE

Black with #558DCE

Text Example


Text Example

White with #558DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558DCE; }

 p { color: rgb(85,141,206); }

 H1.HeaderClassName
 {
   color: #558DCE;
 }
 .AnyTagClassName
 {
   color: #558DCE;
 }
</style>

background-color css

<style>
 a { background-color: #558DCE; }

 a { background-color: rgb(85,141,206); }

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

border-color css

<style>
 span { border-color: #558DCE; }

 span { border-color: rgb(85,141,206); }

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