Html Css Color HEX #538291 Hippie Blue

📋 copy color: '#538291'

red 83 ◦ green 130 ◦ blue 145

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

Shades of Hippie Blue #538291

Tints of Hippie Blue #538291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.31%

 BLUE value IS 145 (57.03% from 255) = 40.5%

R = 23.18%
G = 36.31%
B = 40.5%

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

#538291 (or 0x538291) is known color: Hippie Blue. HEX triplet: 53, 82 and 91. RGB value is (83,130,145). Sum of RGB (Red+Green+Blue) = 83+130+145=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 145 - color contains mainly: blue. Hex color #538291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538291 is #AC7D6E. Grayscale: #757575. Windows color (decimal): -11304303 or 9536083. OLE color: 9536083.

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

Color convert

RGB 83 130 145 -
CMYK 0.43 0.10 0 0.43
HSL 194.52º 0.27% 0.45% -
HSV(B) 194.52º 0.43% 0.57% -
XYZ 16.66 19.85 29.74 -
YUV 117.66 143.43 103.28 -
System Red Green Blue C M Y K H S L
Decimal 83 130 145 0.43 0.10 0 0.43 194.52 0.27 0.45
Hex 53 82 91 2B A 0 2B C3 1B 2D
Octal 123 202 221 53 12 0 53 303 33 55
Binary 1010011 10000010 10010001 101011 1010 0 101011 11000011 11011 101101

Color Harmonies of #538291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538291

Black with #538291

Text Example


Text Example

White with #538291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538291; }

 p { color: rgb(83,130,145); }

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

background-color css

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

 a { background-color: rgb(83,130,145); }

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

border-color css

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

 span { border-color: rgb(83,130,145); }

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