Html Css Color HEX #538999 Hippie Blue

📋 copy color: '#538999'

red 83 ◦ green 137 ◦ blue 153

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

Shades of Hippie Blue #538999

Tints of Hippie Blue #538999

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.73%

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

R = 22.25%
G = 36.73%
B = 41.02%

CMYK

 C value IS 0.46

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#538999 (or 0x538999) is known color: Hippie Blue. HEX triplet: 53, 89 and 99. RGB value is (83,137,153). Sum of RGB (Red+Green+Blue) = 83+137+153=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #538999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538999 is #AC7666. Grayscale: #7A7A7A. Windows color (decimal): -11302503 or 10062163. OLE color: 10062163.

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

Color convert

RGB 83 137 153 -
CMYK 0.46 0.10 0 0.4
HSL 193.71º 0.3% 0.46% -
HSV(B) 193.71º 0.46% 0.6% -
XYZ 18.26 22.03 33.43 -
YUV 122.68 145.11 99.7 -
System Red Green Blue C M Y K H S L
Decimal 83 137 153 0.46 0.10 0 0.4 193.71 0.3 0.46
Hex 53 89 99 2E A 0 28 C2 1E 2E
Octal 123 211 231 56 12 0 50 302 36 56
Binary 1010011 10001001 10011001 101110 1010 0 101000 11000010 11110 101110

Color Harmonies of #538999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538999

Black with #538999

Text Example


Text Example

White with #538999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538999; }

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

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

background-color css

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

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

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

border-color css

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

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

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