Html Css Color HEX #558FC4 Danube

📋 copy color: '#558FC4'

red 85 ◦ green 143 ◦ blue 196

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

Shades of Danube #558FC4

Tints of Danube #558FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 46.23%

R = 20.05%
G = 33.73%
B = 46.23%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#558FC4 (or 0x558FC4) is known color: Danube. HEX triplet: 55, 8F and C4. RGB value is (85,143,196). Sum of RGB (Red+Green+Blue) = 85+143+196=424 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.05% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 196 (76.95% from 255 or 46.23% from 424); Max value from RGB is 196 - color contains mainly: blue. Hex color #558FC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FC4 is #AA703B. Grayscale: #838383. Windows color (decimal): -11169852 or 12881749. OLE color: 12881749.

HSL color Cylindrical-coordinate representation of color #558FC4: hue angle of 208.65º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #558FC4 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 85 143 196 -
CMYK 0.57 0.27 0 0.23
HSL 208.65º 0.48% 0.55% -
HSV(B) 208.65º 0.57% 0.77% -
XYZ 23.53 25.56 55.92 -
YUV 131.7 164.28 94.69 -
System Red Green Blue C M Y K H S L
Decimal 85 143 196 0.57 0.27 0 0.23 208.65 0.48 0.55
Hex 55 8F C4 39 1B 0 17 D1 30 37
Octal 125 217 304 71 33 0 27 321 60 67
Binary 1010101 10001111 11000100 111001 11011 0 10111 11010001 110000 110111

Color Harmonies of #558FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558FC4

Black with #558FC4

Text Example


Text Example

White with #558FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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