Html Css Color HEX #558DBB Danube

📋 copy color: '#558DBB'

red 85 ◦ green 141 ◦ blue 187

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

Shades of Danube #558DBB

Tints of Danube #558DBB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.14%

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

R = 20.58%
G = 34.14%
B = 45.28%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#558DBB (or 0x558DBB) is known color: Danube. HEX triplet: 55, 8D and BB. RGB value is (85,141,187). Sum of RGB (Red+Green+Blue) = 85+141+187=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #558DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558DBB is #AA7244. Grayscale: #818181. Windows color (decimal): -11170373 or 12291413. OLE color: 12291413.

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

Color convert

RGB 85 141 187 -
CMYK 0.55 0.25 0 0.27
HSL 207.06º 0.43% 0.53% -
HSV(B) 207.06º 0.55% 0.73% -
XYZ 22.24 24.57 50.58 -
YUV 129.5 160.45 96.26 -
System Red Green Blue C M Y K H S L
Decimal 85 141 187 0.55 0.25 0 0.27 207.06 0.43 0.53
Hex 55 8D BB 37 19 0 1B CF 2B 35
Octal 125 215 273 67 31 0 33 317 53 65
Binary 1010101 10001101 10111011 110111 11001 0 11011 11001111 101011 110101

Color Harmonies of #558DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558DBB

Black with #558DBB

Text Example


Text Example

White with #558DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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