Html Css Color HEX #558CB6 Danube

📋 copy color: '#558CB6'

red 85 ◦ green 140 ◦ blue 182

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

Shades of Danube #558CB6

Tints of Danube #558CB6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.4%

 BLUE value IS 182 (71.48% from 255) = 44.72%

R = 20.88%
G = 34.4%
B = 44.72%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#558CB6 (or 0x558CB6) is known color: Danube. HEX triplet: 55, 8C and B6. RGB value is (85,140,182). Sum of RGB (Red+Green+Blue) = 85+140+182=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 182 - color contains mainly: blue. Hex color #558CB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558CB6 is #AA7349. Grayscale: #808080. Windows color (decimal): -11170634 or 11963477. OLE color: 11963477.

HSL color Cylindrical-coordinate representation of color #558CB6: hue angle of 205.98º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #558CB6 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 140 182 -
CMYK 0.53 0.23 0 0.29
HSL 205.98º 0.4% 0.52% -
HSV(B) 205.98º 0.53% 0.71% -
XYZ 21.57 24.06 47.76 -
YUV 128.34 158.28 97.08 -
System Red Green Blue C M Y K H S L
Decimal 85 140 182 0.53 0.23 0 0.29 205.98 0.4 0.52
Hex 55 8C B6 35 17 0 1D CE 28 34
Octal 125 214 266 65 27 0 35 316 50 64
Binary 1010101 10001100 10110110 110101 10111 0 11101 11001110 101000 110100

Color Harmonies of #558CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558CB6

Black with #558CB6

Text Example


Text Example

White with #558CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,140,182); }

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

background-color css

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

 a { background-color: rgb(85,140,182); }

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

border-color css

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

 span { border-color: rgb(85,140,182); }

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