Html Css Color HEX #558BBF Danube

📋 copy color: '#558BBF'

red 85 ◦ green 139 ◦ blue 191

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

Shades of Danube #558BBF

Tints of Danube #558BBF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.49%

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

R = 20.48%
G = 33.49%
B = 46.02%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#558BBF (or 0x558BBF) is known color: Danube. HEX triplet: 55, 8B and BF. RGB value is (85,139,191). Sum of RGB (Red+Green+Blue) = 85+139+191=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #558BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558BBF is #AA7440. Grayscale: #808080. Windows color (decimal): -11170881 or 12553045. OLE color: 12553045.

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

Color convert

RGB 85 139 191 -
CMYK 0.55 0.27 0 0.25
HSL 209.43º 0.45% 0.54% -
HSV(B) 209.43º 0.55% 0.75% -
XYZ 22.38 24.16 52.77 -
YUV 128.78 163.11 96.77 -
System Red Green Blue C M Y K H S L
Decimal 85 139 191 0.55 0.27 0 0.25 209.43 0.45 0.54
Hex 55 8B BF 37 1B 0 19 D1 2D 36
Octal 125 213 277 67 33 0 31 321 55 66
Binary 1010101 10001011 10111111 110111 11011 0 11001 11010001 101101 110110

Color Harmonies of #558BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558BBF

Black with #558BBF

Text Example


Text Example

White with #558BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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