#538296

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

Shades of Hippie Blue #538296

Tints of Hippie Blue #538296

Color information

#538296 (or 0x538296) is unknown color: approx Hippie Blue. HEX triplet: 53, 82 and 96. RGB value is (83,130,150). Sum of RGB (Red+Green+Blue) = 83+130+150=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #538296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538296 is #AC7D69. Grayscale: #767676. Windows color (decimal): -11304298 or 9863763. OLE color: 9863763.

HSL color Cylindrical-coordinate representation of color #538296: hue angle of 197.91º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #538296 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB83130150-
CMYK0.450.1300.41
HSL197.91º28.76%45.69%-
HSV(B)197.91º44.67%58.82%-
XYZ17.0520.0131.82-
YUV118.23145.93102.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.87%
GREEN value IS 130 (51.17% from 255) = 35.81%
BLUE value IS 150 (58.98% from 255) = 41.32%
R=22.87%
G=35.81%
B=41.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831301500.450.1300.41197.9128.7645.69
Hex5382962DD029c61d2e
Octal12320222655150513063556
Binary10100111000001010010110101101110101010011100011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538296; }

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

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

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

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

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

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

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

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