#32595D

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

Shades of Oracle #32595D

Tints of Oracle #32595D

Color information

#32595D (or 0x32595D) is unknown color: approx Oracle. HEX triplet: 32, 59 and 5D. RGB value is (50,89,93). Sum of RGB (Red+Green+Blue) = 50+89+93=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #32595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32595D is #CDA6A2. Grayscale: #4D4D4D. Windows color (decimal): -13477539 or 6117682. OLE color: 6117682.

HSL color Cylindrical-coordinate representation of color #32595D: hue angle of 185.58º 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 #32595D is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB508993-
CMYK0.460.0400.64
HSL185.58º30.07%28.04%-
HSV(B)185.58º46.24%36.47%-
XYZ6.868.6111.66-
YUV77.8136.58108.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.55%
GREEN value IS 89 (35.16% from 255) = 38.36%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=21.55%
G=38.36%
B=40.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5089930.460.0400.64185.5830.0728.04
Hex32595D2E4040ba1e1c
Octal6213113556401002723634
Binary1100101011001101110110111010001000000101110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32595D; }

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

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

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

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

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

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

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

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