#538394

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

Shades of Hippie Blue #538394

Tints of Hippie Blue #538394

Color information

#538394 (or 0x538394) is unknown color: approx Hippie Blue. HEX triplet: 53, 83 and 94. RGB value is (83,131,148). Sum of RGB (Red+Green+Blue) = 83+131+148=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 148 - color contains mainly: blue. Hex color #538394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538394 is #AC7C6B. Grayscale: #767676. Windows color (decimal): -11304044 or 9732947. OLE color: 9732947.

HSL color Cylindrical-coordinate representation of color #538394: hue angle of 195.69º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #538394 is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB83131148-
CMYK0.440.1100.42
HSL195.69º28.14%45.29%-
HSV(B)195.69º43.92%58.04%-
XYZ17.0320.2131.02-
YUV118.59144.6102.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.93%
GREEN value IS 131 (51.56% from 255) = 36.19%
BLUE value IS 148 (58.20% from 255) = 40.88%
R=22.93%
G=36.19%
B=40.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831311480.440.1100.42195.6928.1445.29
Hex5383942CB02Ac41c2d
Octal12320322454130523043455
Binary10100111000001110010100101100101101010101100010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538394; }

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

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

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

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

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

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

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

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