Html Css Color HEX #537E98 Hippie Blue

📋 copy color: '#537E98'

red 83 ◦ green 126 ◦ blue 152

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

Shades of Hippie Blue #537E98

Tints of Hippie Blue #537E98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.11%

R = 22.99%
G = 34.9%
B = 42.11%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#537E98 (or 0x537E98) is known color: Hippie Blue. HEX triplet: 53, 7E and 98. RGB value is (83,126,152). Sum of RGB (Red+Green+Blue) = 83+126+152=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 152 - color contains mainly: blue. Hex color #537E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537E98 is #AC8167. Grayscale: #737373. Windows color (decimal): -11305320 or 9993811. OLE color: 9993811.

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

Color convert

RGB 83 126 152 -
CMYK 0.45 0.17 0 0.40
HSL 202.61º 0.29% 0.46% -
HSV(B) 202.61º 0.45% 0.6% -
XYZ 16.7 19.03 32.5 -
YUV 116.11 148.25 104.39 -
System Red Green Blue C M Y K H S L
Decimal 83 126 152 0.45 0.17 0 0.40 202.61 0.29 0.46
Hex 53 7E 98 2D 11 0 28 CB 1D 2E
Octal 123 176 230 55 21 0 50 313 35 56
Binary 1010011 1111110 10011000 101101 10001 0 101000 11001011 11101 101110

Color Harmonies of #537E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537E98

Black with #537E98

Text Example


Text Example

White with #537E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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