Html Css Color HEX #558292 Hippie Blue

📋 copy color: '#558292'

red 85 ◦ green 130 ◦ blue 146

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

Shades of Hippie Blue #558292

Tints of Hippie Blue #558292

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.01%

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

R = 23.55%
G = 36.01%
B = 40.44%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#558292 (or 0x558292) is known color: Hippie Blue. HEX triplet: 55, 82 and 92. RGB value is (85,130,146). Sum of RGB (Red+Green+Blue) = 85+130+146=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #558292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558292 is #AA7D6D. Grayscale: #767676. Windows color (decimal): -11173230 or 9601621. OLE color: 9601621.

HSL color Cylindrical-coordinate representation of color #558292: hue angle of 195.74º 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 #558292 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 130 146 -
CMYK 0.42 0.11 0 0.43
HSL 195.74º 0.26% 0.45% -
HSV(B) 195.74º 0.42% 0.57% -
XYZ 16.92 19.97 30.16 -
YUV 118.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 85 130 146 0.42 0.11 0 0.43 195.74 0.26 0.45
Hex 55 82 92 2A B 0 2B C4 1A 2D
Octal 125 202 222 52 13 0 53 304 32 55
Binary 1010101 10000010 10010010 101010 1011 0 101011 11000100 11010 101101

Color Harmonies of #558292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558292

Black with #558292

Text Example


Text Example

White with #558292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558292; }

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

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

background-color css

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

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

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

border-color css

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

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

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