Html Css Color HEX #558EBB Danube

📋 copy color: '#558EBB'

red 85 ◦ green 142 ◦ blue 187

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

Shades of Danube #558EBB

Tints of Danube #558EBB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.3%

 BLUE value IS 187 (73.44% from 255) = 45.17%

R = 20.53%
G = 34.3%
B = 45.17%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#558EBB (or 0x558EBB) is known color: Danube. HEX triplet: 55, 8E and BB. RGB value is (85,142,187). Sum of RGB (Red+Green+Blue) = 85+142+187=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #558EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558EBB is #AA7144. Grayscale: #818181. Windows color (decimal): -11170117 or 12291669. OLE color: 12291669.

HSL color Cylindrical-coordinate representation of color #558EBB: hue angle of 206.47º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #558EBB is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 142 187 -
CMYK 0.55 0.24 0 0.27
HSL 206.47º 0.43% 0.53% -
HSV(B) 206.47º 0.55% 0.73% -
XYZ 22.39 24.87 50.63 -
YUV 130.09 160.12 95.84 -
System Red Green Blue C M Y K H S L
Decimal 85 142 187 0.55 0.24 0 0.27 206.47 0.43 0.53
Hex 55 8E BB 37 18 0 1B CE 2B 35
Octal 125 216 273 67 30 0 33 316 53 65
Binary 1010101 10001110 10111011 110111 11000 0 11011 11001110 101011 110101

Color Harmonies of #558EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558EBB

Black with #558EBB

Text Example


Text Example

White with #558EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,142,187); }

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

background-color css

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

 a { background-color: rgb(85,142,187); }

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

border-color css

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

 span { border-color: rgb(85,142,187); }

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