Html Css Color HEX #558492 Hippie Blue

📋 copy color: '#558492'

red 85 ◦ green 132 ◦ blue 146

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

Shades of Hippie Blue #558492

Tints of Hippie Blue #558492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.36%

 BLUE value IS 146 (57.42% from 255) = 40.22%

R = 23.42%
G = 36.36%
B = 40.22%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#558492 (or 0x558492) is known color: Hippie Blue. HEX triplet: 55, 84 and 92. RGB value is (85,132,146). Sum of RGB (Red+Green+Blue) = 85+132+146=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 146 - color contains mainly: blue. Hex color #558492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558492 is #AA7B6D. Grayscale: #777777. Windows color (decimal): -11172718 or 9602133. OLE color: 9602133.

HSL color Cylindrical-coordinate representation of color #558492: hue angle of 193.77º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #558492 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 132 146 -
CMYK 0.42 0.10 0 0.43
HSL 193.77º 0.26% 0.45% -
HSV(B) 193.77º 0.42% 0.57% -
XYZ 17.19 20.51 30.25 -
YUV 119.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 85 132 146 0.42 0.10 0 0.43 193.77 0.26 0.45
Hex 55 84 92 2A A 0 2B C2 1A 2D
Octal 125 204 222 52 12 0 53 302 32 55
Binary 1010101 10000100 10010010 101010 1010 0 101011 11000010 11010 101101

Color Harmonies of #558492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558492

Black with #558492

Text Example


Text Example

White with #558492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558492; }

 p { color: rgb(85,132,146); }

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

background-color css

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

 a { background-color: rgb(85,132,146); }

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

border-color css

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

 span { border-color: rgb(85,132,146); }

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