Html Css Color HEX #558CBE Danube

📋 copy color: '#558CBE'

red 85 ◦ green 140 ◦ blue 190

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

Shades of Danube #558CBE

Tints of Danube #558CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.73%

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

R = 20.48%
G = 33.73%
B = 45.78%

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

#558CBE (or 0x558CBE) is known color: Danube. HEX triplet: 55, 8C and BE. RGB value is (85,140,190). Sum of RGB (Red+Green+Blue) = 85+140+190=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #558CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558CBE is #AA7341. Grayscale: #818181. Windows color (decimal): -11170626 or 12487765. OLE color: 12487765.

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

Color convert

RGB 85 140 190 -
CMYK 0.55 0.26 0 0.25
HSL 208.57º 0.45% 0.54% -
HSV(B) 208.57º 0.55% 0.75% -
XYZ 22.42 24.41 52.24 -
YUV 129.26 162.28 96.43 -
System Red Green Blue C M Y K H S L
Decimal 85 140 190 0.55 0.26 0 0.25 208.57 0.45 0.54
Hex 55 8C BE 37 1A 0 19 D1 2D 36
Octal 125 214 276 67 32 0 31 321 55 66
Binary 1010101 10001100 10111110 110111 11010 0 11001 11010001 101101 110110

Color Harmonies of #558CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558CBE

Black with #558CBE

Text Example


Text Example

White with #558CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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