#538F9A

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

Shades of Half Baked #538F9A

Tints of Half Baked #538F9A

Color information

#538F9A (or 0x538F9A) is unknown color: approx Half Baked. HEX triplet: 53, 8F and 9A. RGB value is (83,143,154). Sum of RGB (Red+Green+Blue) = 83+143+154=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 154 - color contains mainly: blue. Hex color #538F9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538F9A is #AC7065. Grayscale: #7E7E7E. Windows color (decimal): -11300966 or 10129235. OLE color: 10129235.

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

Color convert

RGB83143154-
CMYK0.460.0700.40
HSL189.3º29.96%46.47%-
HSV(B)189.3º46.1%60.39%-
XYZ19.2223.8234.16-
YUV126.31143.6297.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.84%
GREEN value IS 143 (56.25% from 255) = 37.63%
BLUE value IS 154 (60.55% from 255) = 40.53%
R=21.84%
G=37.63%
B=40.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831431540.460.0700.40189.329.9646.47
Hex538F9A2E7028bd1e2e
Octal1232172325670502753656
Binary1010011100011111001101010111011101010001011110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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