#538E98

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

Shades of Half Baked #538E98

Tints of Half Baked #538E98

Color information

#538E98 (or 0x538E98) is unknown color: approx Half Baked. HEX triplet: 53, 8E and 98. RGB value is (83,142,152). Sum of RGB (Red+Green+Blue) = 83+142+152=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 152 - color contains mainly: blue. Hex color #538E98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538E98 is #AC7167. Grayscale: #7D7D7D. Windows color (decimal): -11301224 or 9997907. OLE color: 9997907.

HSL color Cylindrical-coordinate representation of color #538E98: hue angle of 188.7º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #538E98 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB83142152-
CMYK0.450.0700.40
HSL188.7º29.36%46.08%-
HSV(B)188.7º45.39%59.61%-
XYZ18.9123.4533.24-
YUV125.5142.9597.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.02%
GREEN value IS 142 (55.86% from 255) = 37.67%
BLUE value IS 152 (59.77% from 255) = 40.32%
R=22.02%
G=37.67%
B=40.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831421520.450.0700.40188.729.3646.08
Hex538E982D7028bd1d2e
Octal1232162305570502753556
Binary1010011100011101001100010110111101010001011110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,142,152); }

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

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

 a { background-color: rgb(83,142,152); }

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

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

 span { border-color: rgb(83,142,152); }

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