Html Css Color HEX #537F9B Hippie Blue

📋 copy color: '#537F9B'

red 83 ◦ green 127 ◦ blue 155

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

Shades of Hippie Blue #537F9B

Tints of Hippie Blue #537F9B

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 value IS 0.46

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#537F9B (or 0x537F9B) is known color: 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

RGB 83 127 155 -
CMYK 0.46 0.18 0 0.39
HSL 203.33º 0.3% 0.47% -
HSV(B) 203.33º 0.46% 0.61% -
XYZ 17.07 19.38 33.85 -
YUV 117.04 149.42 103.72 -
System Red Green Blue C M Y K H S L
Decimal 83 127 155 0.46 0.18 0 0.39 203.33 0.3 0.47
Hex 53 7F 9B 2E 12 0 27 CB 1E 2F
Octal 123 177 233 56 22 0 47 313 36 57
Binary 1010011 1111111 10011011 101110 10010 0 100111 11001011 11110 101111

Color Harmonies of #537F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537F9B

Black with #537F9B

Text Example


Text Example

White with #537F9B

Text Example


Text Example

HTML Codes & Css Web 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>