Html Css Color HEX #538395 Hippie Blue

📋 copy color: '#538395'

red 83 ◦ green 131 ◦ blue 149

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

Shades of Hippie Blue #538395

Tints of Hippie Blue #538395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.05%

R = 22.87%
G = 36.09%
B = 41.05%

CMYK

 C value IS 0.44

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#538395 (or 0x538395) is known color: Hippie Blue. HEX triplet: 53, 83 and 95. RGB value is (83,131,149). Sum of RGB (Red+Green+Blue) = 83+131+149=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 149 - color contains mainly: blue. Hex color #538395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538395 is #AC7C6A. Grayscale: #767676. Windows color (decimal): -11304043 or 9798483. OLE color: 9798483.

HSL color Cylindrical-coordinate representation of color #538395: hue angle of 196.36º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #538395 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 131 149 -
CMYK 0.44 0.12 0 0.42
HSL 196.36º 0.28% 0.45% -
HSV(B) 196.36º 0.44% 0.58% -
XYZ 17.11 20.24 31.44 -
YUV 118.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 83 131 149 0.44 0.12 0 0.42 196.36 0.28 0.45
Hex 53 83 95 2C C 0 2A C4 1C 2D
Octal 123 203 225 54 14 0 52 304 34 55
Binary 1010011 10000011 10010101 101100 1100 0 101010 11000100 11100 101101

Color Harmonies of #538395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538395

Black with #538395

Text Example


Text Example

White with #538395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538395; }

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

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

background-color css

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

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

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

border-color css

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

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

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