Html Css Color HEX #538490 Hippie Blue

📋 copy color: '#538490'

red 83 ◦ green 132 ◦ blue 144

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

Shades of Hippie Blue #538490

Tints of Hippie Blue #538490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.77%

 BLUE value IS 144 (56.64% from 255) = 40.11%

R = 23.12%
G = 36.77%
B = 40.11%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#538490 (or 0x538490) is known color: Hippie Blue. HEX triplet: 53, 84 and 90. RGB value is (83,132,144). Sum of RGB (Red+Green+Blue) = 83+132+144=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 144 - color contains mainly: blue. Hex color #538490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538490 is #AC7B6F. Grayscale: #767676. Windows color (decimal): -11303792 or 9471059. OLE color: 9471059.

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

Color convert

RGB 83 132 144 -
CMYK 0.42 0.08 0 0.44
HSL 191.8º 0.27% 0.45% -
HSV(B) 191.8º 0.42% 0.56% -
XYZ 16.85 20.36 29.43 -
YUV 118.72 142.27 102.52 -
System Red Green Blue C M Y K H S L
Decimal 83 132 144 0.42 0.08 0 0.44 191.8 0.27 0.45
Hex 53 84 90 2A 8 0 2C C0 1B 2D
Octal 123 204 220 52 10 0 54 300 33 55
Binary 1010011 10000100 10010000 101010 1000 0 101100 11000000 11011 101101

Color Harmonies of #538490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538490

Black with #538490

Text Example


Text Example

White with #538490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538490; }

 p { color: rgb(83,132,144); }

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

background-color css

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

 a { background-color: rgb(83,132,144); }

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

border-color css

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

 span { border-color: rgb(83,132,144); }

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