#558198

Color #558198 Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #558198

Tints of Hippie Blue #558198

Color information

#558198 (or 0x558198) is unknown color: approx Hippie Blue. HEX triplet: 55, 81 and 98. RGB value is (85,129,152). Sum of RGB (Red+Green+Blue) = 85+129+152=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 152 - color contains mainly: blue. Hex color #558198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558198 is #AA7E67. Grayscale: #767676. Windows color (decimal): -11173480 or 9994581. OLE color: 9994581.

HSL color Cylindrical-coordinate representation of color #558198: hue angle of 200.6º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #558198 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB85129152-
CMYK0.440.1500.40
HSL200.6º28.27%46.47%-
HSV(B)200.6º44.08%59.61%-
XYZ17.2619.932.64-
YUV118.47146.92104.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.22%
GREEN value IS 129 (50.78% from 255) = 35.25%
BLUE value IS 152 (59.77% from 255) = 41.53%
R=23.22%
G=35.25%
B=41.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851291520.440.1500.40200.628.2746.47
Hex5581982CF028c91c2e
Octal12520123054170503113456
Binary10101011000000110011000101100111101010001100100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558198; }

 p { color: rgb(85,129,152); }

 H1.HeaderClassName
 {
   color: #558198;
 }
 .AnyTagClassName
 {
   color: #558198;
 }
</style>
background-color css

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

 a { background-color: rgb(85,129,152); }

 div.DivClassName
 {
   background-color: #558198;
 }
 .BgClassName
 {
   background-color: #558198;
 }
</style>
border-color css

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

 span { border-color: rgb(85,129,152); }

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