Html Css Color HEX #538397 Hippie Blue

📋 copy color: '#538397'

red 83 ◦ green 131 ◦ blue 151

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

Shades of Hippie Blue #538397

Tints of Hippie Blue #538397

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.89%

 BLUE value IS 151 (59.38% from 255) = 41.37%

R = 22.74%
G = 35.89%
B = 41.37%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#538397 (or 0x538397) is known color: Hippie Blue. HEX triplet: 53, 83 and 97. RGB value is (83,131,151). Sum of RGB (Red+Green+Blue) = 83+131+151=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 151 - color contains mainly: blue. Hex color #538397 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538397 is #AC7C68. Grayscale: #767676. Windows color (decimal): -11304041 or 9929555. OLE color: 9929555.

HSL color Cylindrical-coordinate representation of color #538397: hue angle of 197.65º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #538397 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 131 151 -
CMYK 0.45 0.13 0 0.41
HSL 197.65º 0.29% 0.46% -
HSV(B) 197.65º 0.45% 0.59% -
XYZ 17.27 20.31 32.29 -
YUV 118.93 146.1 102.37 -
System Red Green Blue C M Y K H S L
Decimal 83 131 151 0.45 0.13 0 0.41 197.65 0.29 0.46
Hex 53 83 97 2D D 0 29 C6 1D 2E
Octal 123 203 227 55 15 0 51 306 35 56
Binary 1010011 10000011 10010111 101101 1101 0 101001 11000110 11101 101110

Color Harmonies of #538397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538397

Black with #538397

Text Example


Text Example

White with #538397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538397; }

 p { color: rgb(83,131,151); }

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

background-color css

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

 a { background-color: rgb(83,131,151); }

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

border-color css

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

 span { border-color: rgb(83,131,151); }

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