Html Css Color HEX #538799 Hippie Blue

📋 copy color: '#538799'

red 83 ◦ green 135 ◦ blue 153

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

Shades of Hippie Blue #538799

Tints of Hippie Blue #538799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.39%

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

R = 22.37%
G = 36.39%
B = 41.24%

CMYK

 C value IS 0.46

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#538799 (or 0x538799) is known color: Hippie Blue. HEX triplet: 53, 87 and 99. RGB value is (83,135,153). Sum of RGB (Red+Green+Blue) = 83+135+153=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #538799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538799 is #AC7866. Grayscale: #797979. Windows color (decimal): -11303015 or 10061651. OLE color: 10061651.

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

Color convert

RGB 83 135 153 -
CMYK 0.46 0.12 0 0.4
HSL 195.43º 0.3% 0.46% -
HSV(B) 195.43º 0.46% 0.6% -
XYZ 17.98 21.47 33.33 -
YUV 121.5 145.77 100.54 -
System Red Green Blue C M Y K H S L
Decimal 83 135 153 0.46 0.12 0 0.4 195.43 0.3 0.46
Hex 53 87 99 2E C 0 28 C3 1E 2E
Octal 123 207 231 56 14 0 50 303 36 56
Binary 1010011 10000111 10011001 101110 1100 0 101000 11000011 11110 101110

Color Harmonies of #538799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538799

Black with #538799

Text Example


Text Example

White with #538799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538799; }

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

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

background-color css

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

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

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

border-color css

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

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

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