#335556

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

Shades of Oracle #335556

Tints of Oracle #335556

Color information

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

HSL color Cylindrical-coordinate representation of color #335556: hue angle of 181.71º 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 #335556 is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB518586-
CMYK0.410.0100.66
HSL181.71º25.55%26.86%-
HSV(B)181.71º40.7%33.73%-
XYZ6.297.879.99-
YUV74.95134.24110.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5185860.410.0100.66181.7125.5526.86
Hex335556291042b61a1b
Octal6312512651101022663233
Binary11001110101011010110101001101000010101101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335556; }

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

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

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

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

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

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

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

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