Html Css Color HEX #538392 Hippie Blue

📋 copy color: '#538392'

red 83 ◦ green 131 ◦ blue 146

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

Shades of Hippie Blue #538392

Tints of Hippie Blue #538392

RGB

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

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

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

R = 23.06%
G = 36.39%
B = 40.56%

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

#538392 (or 0x538392) is known color: Hippie Blue. HEX triplet: 53, 83 and 92. RGB value is (83,131,146). Sum of RGB (Red+Green+Blue) = 83+131+146=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 146 - color contains mainly: blue. Hex color #538392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538392 is #AC7C6D. Grayscale: #767676. Windows color (decimal): -11304046 or 9601875. OLE color: 9601875.

HSL color Cylindrical-coordinate representation of color #538392: hue angle of 194.29º 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 #538392 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 131 146 -
CMYK 0.43 0.10 0 0.43
HSL 194.29º 0.28% 0.45% -
HSV(B) 194.29º 0.43% 0.57% -
XYZ 16.87 20.15 30.19 -
YUV 118.36 143.6 102.78 -
System Red Green Blue C M Y K H S L
Decimal 83 131 146 0.43 0.10 0 0.43 194.29 0.28 0.45
Hex 53 83 92 2B A 0 2B C2 1C 2D
Octal 123 203 222 53 12 0 53 302 34 55
Binary 1010011 10000011 10010010 101011 1010 0 101011 11000010 11100 101101

Color Harmonies of #538392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538392

Black with #538392

Text Example


Text Example

White with #538392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538392; }

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

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

background-color css

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

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

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

border-color css

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

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

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