#325656

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

Shades of Oracle #325656

Tints of Oracle #325656

Color information

#325656 (or 0x325656) is unknown color: approx Oracle. HEX triplet: 32, 56 and 56. RGB value is (50,86,86). Sum of RGB (Red+Green+Blue) = 50+86+86=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 86 - color contains mainly: green, blue. Hex color #325656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325656 is #CDA9A9. Grayscale: #4B4B4B. Windows color (decimal): -13478314 or 5658162. OLE color: 5658162.

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

Color convert

RGB508686-
CMYK0.42000.66
HSL180º26.47%26.67%-
HSV(B)180º41.86%33.73%-
XYZ6.328.0110.02-
YUV75.24134.07110-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.52%
GREEN value IS 86 (33.98% from 255) = 38.74%
BLUE value IS 86 (33.98% from 255) = 38.74%
R=22.52%
G=38.74%
B=38.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5086860.42000.6618026.4726.67
Hex3256562A0042b41a1b
Octal6212612652001022643233
Binary11001010101101010110101010001000010101101001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325656; }

 p { color: rgb(50,86,86); }

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

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

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

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

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

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

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