Html Css Color HEX #538299 Hippie Blue

📋 copy color: '#538299'

red 83 ◦ green 130 ◦ blue 153

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

Shades of Hippie Blue #538299

Tints of Hippie Blue #538299

RGB

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

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

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

R = 22.68%
G = 35.52%
B = 41.8%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#538299 (or 0x538299) is known color: Hippie Blue. HEX triplet: 53, 82 and 99. RGB value is (83,130,153). Sum of RGB (Red+Green+Blue) = 83+130+153=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 153 - color contains mainly: blue. Hex color #538299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538299 is #AC7D66. Grayscale: #767676. Windows color (decimal): -11304295 or 10060371. OLE color: 10060371.

HSL color Cylindrical-coordinate representation of color #538299: hue angle of 199.71º 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 #538299 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 130 153 -
CMYK 0.46 0.15 0 0.4
HSL 199.71º 0.3% 0.46% -
HSV(B) 199.71º 0.46% 0.6% -
XYZ 17.3 20.1 33.11 -
YUV 118.57 147.43 102.63 -
System Red Green Blue C M Y K H S L
Decimal 83 130 153 0.46 0.15 0 0.4 199.71 0.3 0.46
Hex 53 82 99 2E F 0 28 C8 1E 2E
Octal 123 202 231 56 17 0 50 310 36 56
Binary 1010011 10000010 10011001 101110 1111 0 101000 11001000 11110 101110

Color Harmonies of #538299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538299

Black with #538299

Text Example


Text Example

White with #538299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538299; }

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

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

background-color css

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

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

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

border-color css

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

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

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