Html Css Color HEX #537E9A Hippie Blue

📋 copy color: '#537E9A'

red 83 ◦ green 126 ◦ blue 154

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

Shades of Hippie Blue #537E9A

Tints of Hippie Blue #537E9A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.71%

 BLUE value IS 154 (60.55% from 255) = 42.42%

R = 22.87%
G = 34.71%
B = 42.42%

CMYK

 C value IS 0.46

 M value IS 0.18

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#537E9A (or 0x537E9A) is known color: Hippie Blue. HEX triplet: 53, 7E and 9A. RGB value is (83,126,154). Sum of RGB (Red+Green+Blue) = 83+126+154=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 154 - color contains mainly: blue. Hex color #537E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537E9A is #AC8165. Grayscale: #747474. Windows color (decimal): -11305318 or 10124883. OLE color: 10124883.

HSL color Cylindrical-coordinate representation of color #537E9A: hue angle of 203.66º 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 #537E9A is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 126 154 -
CMYK 0.46 0.18 0 0.40
HSL 203.66º 0.3% 0.46% -
HSV(B) 203.66º 0.46% 0.6% -
XYZ 16.86 19.09 33.37 -
YUV 116.34 149.25 104.22 -
System Red Green Blue C M Y K H S L
Decimal 83 126 154 0.46 0.18 0 0.40 203.66 0.3 0.46
Hex 53 7E 9A 2E 12 0 28 CC 1E 2E
Octal 123 176 232 56 22 0 50 314 36 56
Binary 1010011 1111110 10011010 101110 10010 0 101000 11001100 11110 101110

Color Harmonies of #537E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537E9A

Black with #537E9A

Text Example


Text Example

White with #537E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,126,154); }

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

background-color css

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

 a { background-color: rgb(83,126,154); }

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

border-color css

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

 span { border-color: rgb(83,126,154); }

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