Html Css Color HEX #538492 Hippie Blue

📋 copy color: '#538492'

red 83 ◦ green 132 ◦ blue 146

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

Shades of Hippie Blue #538492

Tints of Hippie Blue #538492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.44%

R = 22.99%
G = 36.57%
B = 40.44%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#538492 (or 0x538492) is known color: Hippie Blue. HEX triplet: 53, 84 and 92. RGB value is (83,132,146). Sum of RGB (Red+Green+Blue) = 83+132+146=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #538492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538492 is #AC7B6D. Grayscale: #767676. Windows color (decimal): -11303790 or 9602131. OLE color: 9602131.

HSL color Cylindrical-coordinate representation of color #538492: hue angle of 193.33º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #538492 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 132 146 -
CMYK 0.43 0.10 0 0.43
HSL 193.33º 0.28% 0.45% -
HSV(B) 193.33º 0.43% 0.57% -
XYZ 17.01 20.42 30.24 -
YUV 118.95 143.27 102.36 -
System Red Green Blue C M Y K H S L
Decimal 83 132 146 0.43 0.10 0 0.43 193.33 0.28 0.45
Hex 53 84 92 2B A 0 2B C1 1C 2D
Octal 123 204 222 53 12 0 53 301 34 55
Binary 1010011 10000100 10010010 101011 1010 0 101011 11000001 11100 101101

Color Harmonies of #538492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538492

Black with #538492

Text Example


Text Example

White with #538492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538492; }

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

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

background-color css

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

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

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

border-color css

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

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

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