#335856

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

Shades of Oracle #335856

Tints of Oracle #335856

Color information

#335856 (or 0x335856) is unknown color: approx Oracle. HEX triplet: 33, 58 and 56. RGB value is (51,88,86). Sum of RGB (Red+Green+Blue) = 51+88+86=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #335856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335856 is #CCA7A9. Grayscale: #4C4C4C. Windows color (decimal): -13412266 or 5658675. OLE color: 5658675.

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

Color convert

RGB518886-
CMYK0.4200.020.65
HSL176.76º26.62%27.25%-
HSV(B)176.76º42.05%34.51%-
XYZ6.538.3610.07-
YUV76.71133.24109.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.67%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 86 (33.98% from 255) = 38.22%
R=22.67%
G=39.11%
B=38.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5188860.4200.020.65176.7626.6227.25
Hex3358562A0241b11b1b
Octal6313012652021012613333
Binary110011101100010101101010100101000001101100011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335856; }

 p { color: rgb(51,88,86); }

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

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

 a { background-color: rgb(51,88,86); }

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

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

 span { border-color: rgb(51,88,86); }

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