#537F9B

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

Shades of Hippie Blue #537F9B

Tints of Hippie Blue #537F9B

Color information

#537F9B (or 0x537F9B) is unknown color: approx Hippie Blue. HEX triplet: 53, 7F and 9B. RGB value is (83,127,155). Sum of RGB (Red+Green+Blue) = 83+127+155=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #537F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537F9B is #AC8064. Grayscale: #747474. Windows color (decimal): -11305061 or 10190675. OLE color: 10190675.

HSL color Cylindrical-coordinate representation of color #537F9B: hue angle of 203.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #537F9B is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB83127155-
CMYK0.460.1800.39
HSL203.33º30.25%46.67%-
HSV(B)203.33º46.45%60.78%-
XYZ17.0719.3833.85-
YUV117.04149.42103.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.74%
GREEN value IS 127 (50% from 255) = 34.79%
BLUE value IS 155 (60.94% from 255) = 42.47%
R=22.74%
G=34.79%
B=42.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831271550.460.1800.39203.3330.2546.67
Hex537F9B2E12027cb1e2f
Octal12317723356220473133657
Binary10100111111111100110111011101001001001111100101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537F9B; }

 p { color: rgb(83,127,155); }

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

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

 a { background-color: rgb(83,127,155); }

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

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

 span { border-color: rgb(83,127,155); }

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