#335655

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

Shades of Oracle #335655

Tints of Oracle #335655

Color information

#335655 (or 0x335655) is unknown color: approx Oracle. HEX triplet: 33, 56 and 55. RGB value is (51,86,85). Sum of RGB (Red+Green+Blue) = 51+86+85=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 86 - color contains mainly: green. Hex color #335655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335655 is #CCA9AA. Grayscale: #4B4B4B. Windows color (decimal): -13412779 or 5592627. OLE color: 5592627.

HSL color Cylindrical-coordinate representation of color #335655: hue angle of 178.29º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #335655 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB518685-
CMYK0.4100.010.66
HSL178.29º25.55%26.86%-
HSV(B)178.29º40.7%33.73%-
XYZ6.338.029.81-
YUV75.42133.4110.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.97%
GREEN value IS 86 (33.98% from 255) = 38.74%
BLUE value IS 85 (33.59% from 255) = 38.29%
R=22.97%
G=38.74%
B=38.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5186850.4100.010.66178.2925.5526.86
Hex335655290142b21a1b
Octal6312612551011022623233
Binary11001110101101010101101001011000010101100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335655; }

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

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

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

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

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

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

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

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