#57969B

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

Shades of Half Baked #57969B

Tints of Half Baked #57969B

Color information

#57969B (or 0x57969B) is unknown color: approx Half Baked. HEX triplet: 57, 96 and 9B. RGB value is (87,150,155). Sum of RGB (Red+Green+Blue) = 87+150+155=392 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.19% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #57969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57969B is #A86964. Grayscale: #838383. Windows color (decimal): -11037029 or 10196567. OLE color: 10196567.

HSL color Cylindrical-coordinate representation of color #57969B: hue angle of 184.41º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57969B is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB87150155-
CMYK0.440.0300.39
HSL184.41º28.1%47.45%-
HSV(B)184.41º43.87%60.78%-
XYZ20.7526.2134.97-
YUV131.73141.1396.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.19%
GREEN value IS 150 (58.98% from 255) = 38.27%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=22.19%
G=38.27%
B=39.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871501550.440.0300.39184.4128.147.45
Hex57969B2C3027b81c2f
Octal1272262335430472703457
Binary101011110010110100110111011001101001111011100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57969B; }

 p { color: rgb(87,150,155); }

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

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

 a { background-color: rgb(87,150,155); }

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

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

 span { border-color: rgb(87,150,155); }

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