#335957

Color #335957 Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #335957

Tints of Oracle #335957

Color information

#335957 (or 0x335957) is unknown color: approx Oracle. HEX triplet: 33, 59 and 57. RGB value is (51,89,87). Sum of RGB (Red+Green+Blue) = 51+89+87=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 89 - color contains mainly: green. Hex color #335957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335957 is #CCA6A8. Grayscale: #4D4D4D. Windows color (decimal): -13412009 or 5724467. OLE color: 5724467.

HSL color Cylindrical-coordinate representation of color #335957: hue angle of 176.84º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #335957 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB518987-
CMYK0.4300.020.65
HSL176.84º27.14%27.45%-
HSV(B)176.84º42.7%34.9%-
XYZ6.668.5410.31-
YUV77.41133.41109.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.47%
GREEN value IS 89 (35.16% from 255) = 39.21%
BLUE value IS 87 (34.38% from 255) = 38.33%
R=22.47%
G=39.21%
B=38.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5189870.4300.020.65176.8427.1427.45
Hex3359572B0241b11b1b
Octal6313112753021012613333
Binary110011101100110101111010110101000001101100011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335957; }

 p { color: rgb(51,89,87); }

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

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

 a { background-color: rgb(51,89,87); }

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

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

 span { border-color: rgb(51,89,87); }

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