#538B95

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

Shades of Half Baked #538B95

Tints of Half Baked #538B95

Color information

#538B95 (or 0x538B95) is unknown color: approx Half Baked. HEX triplet: 53, 8B and 95. RGB value is (83,139,149). Sum of RGB (Red+Green+Blue) = 83+139+149=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #538B95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538B95 is #AC746A. Grayscale: #7B7B7B. Windows color (decimal): -11301995 or 9800531. OLE color: 9800531.

HSL color Cylindrical-coordinate representation of color #538B95: hue angle of 189.09º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #538B95 is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB83139149-
CMYK0.440.0700.42
HSL189.09º28.45%45.49%-
HSV(B)189.09º44.3%58.43%-
XYZ18.2222.4731.81-
YUV123.4142.4599.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.37%
GREEN value IS 139 (54.69% from 255) = 37.47%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=22.37%
G=37.47%
B=40.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831391490.440.0700.42189.0928.4545.49
Hex538B952C702Abd1c2d
Octal1232132255470522753455
Binary1010011100010111001010110110011101010101011110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,139,149); }

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

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

 a { background-color: rgb(83,139,149); }

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

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

 span { border-color: rgb(83,139,149); }

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