Html Css Color HEX #558EBF Danube

📋 copy color: '#558EBF'

red 85 ◦ green 142 ◦ blue 191

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

Shades of Danube #558EBF

Tints of Danube #558EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.69%

R = 20.33%
G = 33.97%
B = 45.69%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#558EBF (or 0x558EBF) is known color: Danube. HEX triplet: 55, 8E and BF. RGB value is (85,142,191). Sum of RGB (Red+Green+Blue) = 85+142+191=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #558EBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558EBF is #AA7140. Grayscale: #828282. Windows color (decimal): -11170113 or 12553813. OLE color: 12553813.

HSL color Cylindrical-coordinate representation of color #558EBF: hue angle of 207.74º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #558EBF is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 142 191 -
CMYK 0.55 0.26 0 0.25
HSL 207.74º 0.45% 0.54% -
HSV(B) 207.74º 0.55% 0.75% -
XYZ 22.82 25.04 52.92 -
YUV 130.54 162.12 95.52 -
System Red Green Blue C M Y K H S L
Decimal 85 142 191 0.55 0.26 0 0.25 207.74 0.45 0.54
Hex 55 8E BF 37 1A 0 19 D0 2D 36
Octal 125 216 277 67 32 0 31 320 55 66
Binary 1010101 10001110 10111111 110111 11010 0 11001 11010000 101101 110110

Color Harmonies of #558EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558EBF

Black with #558EBF

Text Example


Text Example

White with #558EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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