Html Css Color HEX #538296 Hippie Blue

📋 copy color: '#538296'

red 83 ◦ green 130 ◦ blue 150

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

Shades of Hippie Blue #538296

Tints of Hippie Blue #538296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.32%

R = 22.87%
G = 35.81%
B = 41.32%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#538296 (or 0x538296) is known color: Hippie Blue. HEX triplet: 53, 82 and 96. RGB value is (83,130,150). Sum of RGB (Red+Green+Blue) = 83+130+150=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #538296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538296 is #AC7D69. Grayscale: #767676. Windows color (decimal): -11304298 or 9863763. OLE color: 9863763.

HSL color Cylindrical-coordinate representation of color #538296: hue angle of 197.91º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #538296 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 130 150 -
CMYK 0.45 0.13 0 0.41
HSL 197.91º 0.29% 0.46% -
HSV(B) 197.91º 0.45% 0.59% -
XYZ 17.05 20.01 31.82 -
YUV 118.23 145.93 102.87 -
System Red Green Blue C M Y K H S L
Decimal 83 130 150 0.45 0.13 0 0.41 197.91 0.29 0.46
Hex 53 82 96 2D D 0 29 C6 1D 2E
Octal 123 202 226 55 15 0 51 306 35 56
Binary 1010011 10000010 10010110 101101 1101 0 101001 11000110 11101 101110

Color Harmonies of #538296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538296

Black with #538296

Text Example


Text Example

White with #538296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538296; }

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

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

background-color css

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

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

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

border-color css

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

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

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