Html Css Color HEX #558FBE Danube

📋 copy color: '#558FBE'

red 85 ◦ green 143 ◦ blue 190

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

Shades of Danube #558FBE

Tints of Danube #558FBE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.21%

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 20.33%
G = 34.21%
B = 45.45%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#558FBE (or 0x558FBE) is known color: Danube. HEX triplet: 55, 8F and BE. RGB value is (85,143,190). Sum of RGB (Red+Green+Blue) = 85+143+190=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #558FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FBE is #AA7041. Grayscale: #828282. Windows color (decimal): -11169858 or 12488533. OLE color: 12488533.

HSL color Cylindrical-coordinate representation of color #558FBE: hue angle of 206.86º 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 #558FBE is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 143 190 -
CMYK 0.55 0.25 0 0.25
HSL 206.86º 0.45% 0.54% -
HSV(B) 206.86º 0.55% 0.75% -
XYZ 22.86 25.29 52.39 -
YUV 131.02 161.28 95.18 -
System Red Green Blue C M Y K H S L
Decimal 85 143 190 0.55 0.25 0 0.25 206.86 0.45 0.54
Hex 55 8F BE 37 19 0 19 CF 2D 36
Octal 125 217 276 67 31 0 31 317 55 66
Binary 1010101 10001111 10111110 110111 11001 0 11001 11001111 101101 110110

Color Harmonies of #558FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558FBE

Black with #558FBE

Text Example


Text Example

White with #558FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,143,190); }

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

background-color css

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

 a { background-color: rgb(85,143,190); }

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

border-color css

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

 span { border-color: rgb(85,143,190); }

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