#538F99

Color #538F99 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #538F99

Tints of Half Baked #538F99

Color information

#538F99 (or 0x538F99) is unknown color: approx Half Baked. HEX triplet: 53, 8F and 99. RGB value is (83,143,153). Sum of RGB (Red+Green+Blue) = 83+143+153=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #538F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538F99 is #AC7066. Grayscale: #7E7E7E. Windows color (decimal): -11300967 or 10063699. OLE color: 10063699.

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

Color convert

RGB83143153-
CMYK0.460.0700.4
HSL188.57º29.66%46.27%-
HSV(B)188.57º45.75%60%-
XYZ19.1423.7833.72-
YUV126.2143.1297.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.90%
GREEN value IS 143 (56.25% from 255) = 37.73%
BLUE value IS 153 (60.16% from 255) = 40.37%
R=21.90%
G=37.73%
B=40.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal831431530.460.0700.4188.5729.6646.27
Hex538F992E7028bd1e2e
Octal1232172315670502753656
Binary1010011100011111001100110111011101010001011110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538F99; }

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

 H1.HeaderClassName
 {
   color: #538F99;
 }
 .AnyTagClassName
 {
   color: #538F99;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #538F99;
 }
 .BgClassName
 {
   background-color: #538F99;
 }
</style>
border-color css

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

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

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