#355755

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

Shades of Oracle #355755

Tints of Oracle #355755

Color information

#355755 (or 0x355755) is unknown color: approx Oracle. HEX triplet: 35, 57 and 55. RGB value is (53,87,85). Sum of RGB (Red+Green+Blue) = 53+87+85=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 87 - color contains mainly: green. Hex color #355755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355755 is #CAA8AA. Grayscale: #4C4C4C. Windows color (decimal): -13281451 or 5592885. OLE color: 5592885.

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

Color convert

RGB538785-
CMYK0.3900.020.66
HSL176.47º24.29%27.45%-
HSV(B)176.47º39.08%34.12%-
XYZ6.528.239.84-
YUV76.61132.74111.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 87 (34.38% from 255) = 38.67%
BLUE value IS 85 (33.59% from 255) = 37.78%
R=23.56%
G=38.67%
B=37.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5387850.3900.020.66176.4724.2927.45
Hex355755270242b0181b
Octal6512712547021022603033
Binary110101101011110101011001110101000010101100001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355755; }

 p { color: rgb(53,87,85); }

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

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

 a { background-color: rgb(53,87,85); }

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

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

 span { border-color: rgb(53,87,85); }

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