#538392

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

Shades of Hippie Blue #538392

Tints of Hippie Blue #538392

Color information

#538392 (or 0x538392) is unknown color: approx Hippie Blue. HEX triplet: 53, 83 and 92. RGB value is (83,131,146). Sum of RGB (Red+Green+Blue) = 83+131+146=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 131 (51.56% from 255 or 36.39% 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 #538392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538392 is #AC7C6D. Grayscale: #767676. Windows color (decimal): -11304046 or 9601875. OLE color: 9601875.

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

Color convert

RGB83131146-
CMYK0.430.1000.43
HSL194.29º27.51%44.9%-
HSV(B)194.29º43.15%57.25%-
XYZ16.8720.1530.19-
YUV118.36143.6102.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.06%
GREEN value IS 131 (51.56% from 255) = 36.39%
BLUE value IS 146 (57.42% from 255) = 40.56%
R=23.06%
G=36.39%
B=40.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831311460.430.1000.43194.2927.5144.9
Hex5383922BA02Bc21c2d
Octal12320322253120533023455
Binary10100111000001110010010101011101001010111100001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538392; }

 p { color: rgb(83,131,146); }

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

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

 a { background-color: rgb(83,131,146); }

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

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

 span { border-color: rgb(83,131,146); }

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