Html Css Color HEX #538599 Hippie Blue

📋 copy color: '#538599'

red 83 ◦ green 133 ◦ blue 153

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

Shades of Hippie Blue #538599

Tints of Hippie Blue #538599

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.04%

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

R = 22.49%
G = 36.04%
B = 41.46%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#538599 (or 0x538599) is known color: Hippie Blue. HEX triplet: 53, 85 and 99. RGB value is (83,133,153). Sum of RGB (Red+Green+Blue) = 83+133+153=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #538599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538599 is #AC7A66. Grayscale: #787878. Windows color (decimal): -11303527 or 10061139. OLE color: 10061139.

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

Color convert

RGB 83 133 153 -
CMYK 0.46 0.13 0 0.4
HSL 197.14º 0.3% 0.46% -
HSV(B) 197.14º 0.46% 0.6% -
XYZ 17.7 20.91 33.24 -
YUV 120.33 146.44 101.37 -
System Red Green Blue C M Y K H S L
Decimal 83 133 153 0.46 0.13 0 0.4 197.14 0.3 0.46
Hex 53 85 99 2E D 0 28 C5 1E 2E
Octal 123 205 231 56 15 0 50 305 36 56
Binary 1010011 10000101 10011001 101110 1101 0 101000 11000101 11110 101110

Color Harmonies of #538599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538599

Black with #538599

Text Example


Text Example

White with #538599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538599; }

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

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

background-color css

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

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

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

border-color css

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

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

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