#538292

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

Shades of Hippie Blue #538292

Tints of Hippie Blue #538292

Color information

#538292 (or 0x538292) is unknown color: approx Hippie Blue. HEX triplet: 53, 82 and 92. RGB value is (83,130,146). Sum of RGB (Red+Green+Blue) = 83+130+146=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #538292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538292 is #AC7D6D. Grayscale: #757575. Windows color (decimal): -11304302 or 9601619. OLE color: 9601619.

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

Color convert

RGB83130146-
CMYK0.430.1100.43
HSL195.24º27.51%44.9%-
HSV(B)195.24º43.15%57.25%-
XYZ16.7419.8830.15-
YUV117.77143.93103.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.12%
GREEN value IS 130 (51.17% from 255) = 36.21%
BLUE value IS 146 (57.42% from 255) = 40.67%
R=23.12%
G=36.21%
B=40.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831301460.430.1100.43195.2427.5144.9
Hex5382922BB02Bc31c2d
Octal12320222253130533033455
Binary10100111000001010010010101011101101010111100001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538292; }

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

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

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

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

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

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

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

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