Html Css Color HEX #558192 Hippie Blue

📋 copy color: '#558192'

red 85 ◦ green 129 ◦ blue 146

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

Shades of Hippie Blue #558192

Tints of Hippie Blue #558192

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.83%

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

R = 23.61%
G = 35.83%
B = 40.56%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#558192 (or 0x558192) is known color: Hippie Blue. HEX triplet: 55, 81 and 92. RGB value is (85,129,146). Sum of RGB (Red+Green+Blue) = 85+129+146=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 146 - color contains mainly: blue. Hex color #558192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558192 is #AA7E6D. Grayscale: #757575. Windows color (decimal): -11173486 or 9601365. OLE color: 9601365.

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

Color convert

RGB 85 129 146 -
CMYK 0.42 0.12 0 0.43
HSL 196.72º 0.26% 0.45% -
HSV(B) 196.72º 0.42% 0.57% -
XYZ 16.78 19.71 30.11 -
YUV 117.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 85 129 146 0.42 0.12 0 0.43 196.72 0.26 0.45
Hex 55 81 92 2A C 0 2B C5 1A 2D
Octal 125 201 222 52 14 0 53 305 32 55
Binary 1010101 10000001 10010010 101010 1100 0 101011 11000101 11010 101101

Color Harmonies of #558192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558192

Black with #558192

Text Example


Text Example

White with #558192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558192; }

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

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

background-color css

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

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

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

border-color css

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

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

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