#538294

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

Shades of Hippie Blue #538294

Tints of Hippie Blue #538294

Color information

#538294 (or 0x538294) is unknown color: approx Hippie Blue. HEX triplet: 53, 82 and 94. RGB value is (83,130,148). Sum of RGB (Red+Green+Blue) = 83+130+148=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 148 - color contains mainly: blue. Hex color #538294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538294 is #AC7D6B. Grayscale: #757575. Windows color (decimal): -11304300 or 9732691. OLE color: 9732691.

HSL color Cylindrical-coordinate representation of color #538294: hue angle of 196.62º 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 #538294 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB83130148-
CMYK0.440.1200.42
HSL196.62º28.14%45.29%-
HSV(B)196.62º43.92%58.04%-
XYZ16.919.9430.98-
YUV118144.93103.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.99%
GREEN value IS 130 (51.17% from 255) = 36.01%
BLUE value IS 148 (58.20% from 255) = 41.00%
R=22.99%
G=36.01%
B=41.00%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831301480.440.1200.42196.6228.1445.29
Hex5382942CC02Ac51c2d
Octal12320222454140523053455
Binary10100111000001010010100101100110001010101100010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538294; }

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

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

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

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

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

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

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

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