Html Css Color HEX #558BBB Danube

📋 copy color: '#558BBB'

red 85 ◦ green 139 ◦ blue 187

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

Shades of Danube #558BBB

Tints of Danube #558BBB

RGB

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

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

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

R = 20.68%
G = 33.82%
B = 45.5%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#558BBB (or 0x558BBB) is known color: Danube. HEX triplet: 55, 8B and BB. RGB value is (85,139,187). Sum of RGB (Red+Green+Blue) = 85+139+187=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #558BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558BBB is #AA7444. Grayscale: #808080. Windows color (decimal): -11170885 or 12290901. OLE color: 12290901.

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

Color convert

RGB 85 139 187 -
CMYK 0.55 0.26 0 0.27
HSL 208.24º 0.43% 0.53% -
HSV(B) 208.24º 0.55% 0.73% -
XYZ 21.95 23.98 50.49 -
YUV 128.33 161.11 97.1 -
System Red Green Blue C M Y K H S L
Decimal 85 139 187 0.55 0.26 0 0.27 208.24 0.43 0.53
Hex 55 8B BB 37 1A 0 1B D0 2B 35
Octal 125 213 273 67 32 0 33 320 53 65
Binary 1010101 10001011 10111011 110111 11010 0 11011 11010000 101011 110101

Color Harmonies of #558BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558BBB

Black with #558BBB

Text Example


Text Example

White with #558BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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