#538796

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

Shades of Hippie Blue #538796

Tints of Hippie Blue #538796

Color information

#538796 (or 0x538796) is unknown color: approx Hippie Blue. HEX triplet: 53, 87 and 96. RGB value is (83,135,150). Sum of RGB (Red+Green+Blue) = 83+135+150=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 150 - color contains mainly: blue. Hex color #538796 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538796 is #AC7869. Grayscale: #797979. Windows color (decimal): -11303018 or 9865043. OLE color: 9865043.

HSL color Cylindrical-coordinate representation of color #538796: hue angle of 193.43º 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 #538796 is Cyan = 0.45, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB83135150-
CMYK0.450.100.41
HSL193.43º28.76%45.69%-
HSV(B)193.43º44.67%58.82%-
XYZ17.7421.3732.04-
YUV121.16144.27100.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.55%
GREEN value IS 135 (53.12% from 255) = 36.68%
BLUE value IS 150 (58.98% from 255) = 40.76%
R=22.55%
G=36.68%
B=40.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831351500.450.100.41193.4328.7645.69
Hex5387962DA029c11d2e
Octal12320722655120513013556
Binary10100111000011110010110101101101001010011100000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538796; }

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

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

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

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

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

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

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

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