#325B59

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

Shades of Oracle #325B59

Tints of Oracle #325B59

Color information

#325B59 (or 0x325B59) is unknown color: approx Oracle. HEX triplet: 32, 5B and 59. RGB value is (50,91,89). Sum of RGB (Red+Green+Blue) = 50+91+89=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 91 (35.94% from 255 or 39.57% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 91 - color contains mainly: green. Hex color #325B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B59 is #CDA4A6. Grayscale: #4E4E4E. Windows color (decimal): -13477031 or 5856050. OLE color: 5856050.

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

Color convert

RGB509189-
CMYK0.4500.020.64
HSL177.07º29.08%27.65%-
HSV(B)177.07º45.05%35.69%-
XYZ6.868.8810.8-
YUV78.51133.92107.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.74%
GREEN value IS 91 (35.94% from 255) = 39.57%
BLUE value IS 89 (35.16% from 255) = 38.70%
R=21.74%
G=39.57%
B=38.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5091890.4500.020.64177.0729.0827.65
Hex325B592D0240b11d1c
Octal6213313155021002613534
Binary110010101101110110011011010101000000101100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,91,89); }

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

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

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

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

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

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

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