#325D58

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

Shades of Oracle #325D58

Tints of Oracle #325D58

Color information

#325D58 (or 0x325D58) is unknown color: approx Oracle. HEX triplet: 32, 5D and 58. RGB value is (50,93,88). Sum of RGB (Red+Green+Blue) = 50+93+88=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 93 - color contains mainly: green. Hex color #325D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325D58 is #CDA2A7. Grayscale: #4F4F4F. Windows color (decimal): -13476520 or 5791026. OLE color: 5791026.

HSL color Cylindrical-coordinate representation of color #325D58: hue angle of 173.02º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #325D58 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB509388-
CMYK0.4600.050.64
HSL173.02º30.07%28.04%-
HSV(B)173.02º46.24%36.47%-
XYZ6.999.2110.64-
YUV79.57132.75106.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.65%
GREEN value IS 93 (36.72% from 255) = 40.26%
BLUE value IS 88 (34.77% from 255) = 38.10%
R=21.65%
G=40.26%
B=38.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5093880.4600.050.64173.0230.0728.04
Hex325D582E0540ad1e1c
Octal6213513056051002553634
Binary1100101011101101100010111001011000000101011011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325D58; }

 p { color: rgb(50,93,88); }

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

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

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

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

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

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

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