Html Css Color HEX #537F99 Hippie Blue

📋 copy color: '#537F99'

red 83 ◦ green 127 ◦ blue 153

#537F99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #537F99

Tints of Hippie Blue #537F99

RGB

 RED value IS 83 (32.81% from 255) = 22.87%

 GREEN value IS 127 (50% from 255) = 34.99%

 BLUE value IS 153 (60.16% from 255) = 42.15%

R = 22.87%
G = 34.99%
B = 42.15%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#537F99 (or 0x537F99) is known color: Hippie Blue. HEX triplet: 53, 7F and 99. RGB value is (83,127,153). Sum of RGB (Red+Green+Blue) = 83+127+153=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #537F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537F99 is #AC8066. Grayscale: #747474. Windows color (decimal): -11305063 or 10059603. OLE color: 10059603.

HSL color Cylindrical-coordinate representation of color #537F99: hue angle of 202.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #537F99 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 127 153 -
CMYK 0.46 0.17 0 0.4
HSL 202.29º 0.3% 0.46% -
HSV(B) 202.29º 0.46% 0.6% -
XYZ 16.91 19.32 32.97 -
YUV 116.81 148.42 103.89 -
System Red Green Blue C M Y K H S L
Decimal 83 127 153 0.46 0.17 0 0.4 202.29 0.3 0.46
Hex 53 7F 99 2E 11 0 28 CA 1E 2E
Octal 123 177 231 56 21 0 50 312 36 56
Binary 1010011 1111111 10011001 101110 10001 0 101000 11001010 11110 101110

Color Harmonies of #537F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537F99

Black with #537F99

Text Example


Text Example

White with #537F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #537F99;
 }
 .AnyTagClassName
 {
   color: #537F99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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