Html Css Color HEX #538099 Hippie Blue

📋 copy color: '#538099'

red 83 ◦ green 128 ◦ blue 153

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

Shades of Hippie Blue #538099

Tints of Hippie Blue #538099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.16%

 BLUE value IS 153 (60.16% from 255) = 42.03%

R = 22.8%
G = 35.16%
B = 42.03%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#538099 (or 0x538099) is known color: Hippie Blue. HEX triplet: 53, 80 and 99. RGB value is (83,128,153). Sum of RGB (Red+Green+Blue) = 83+128+153=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 153 - color contains mainly: blue. Hex color #538099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538099 is #AC7F66. Grayscale: #757575. Windows color (decimal): -11304807 or 10059859. OLE color: 10059859.

HSL color Cylindrical-coordinate representation of color #538099: hue angle of 201.43º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #538099 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 128 153 -
CMYK 0.46 0.16 0 0.4
HSL 201.43º 0.3% 0.46% -
HSV(B) 201.43º 0.46% 0.6% -
XYZ 17.04 19.58 33.02 -
YUV 117.4 148.09 103.47 -
System Red Green Blue C M Y K H S L
Decimal 83 128 153 0.46 0.16 0 0.4 201.43 0.3 0.46
Hex 53 80 99 2E 10 0 28 C9 1E 2E
Octal 123 200 231 56 20 0 50 311 36 56
Binary 1010011 10000000 10011001 101110 10000 0 101000 11001001 11110 101110

Color Harmonies of #538099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538099

Black with #538099

Text Example


Text Example

White with #538099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538099; }

 p { color: rgb(83,128,153); }

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

background-color css

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

 a { background-color: rgb(83,128,153); }

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

border-color css

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

 span { border-color: rgb(83,128,153); }

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