#32595C

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

Shades of Oracle #32595C

Tints of Oracle #32595C

Color information

#32595C (or 0x32595C) is unknown color: approx Oracle. HEX triplet: 32, 59 and 5C. RGB value is (50,89,92). Sum of RGB (Red+Green+Blue) = 50+89+92=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 92 - color contains mainly: blue. Hex color #32595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32595C is #CDA6A3. Grayscale: #4D4D4D. Windows color (decimal): -13477540 or 6052146. OLE color: 6052146.

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

Color convert

RGB508992-
CMYK0.460.0300.64
HSL184.29º29.58%27.84%-
HSV(B)184.29º45.65%36.08%-
XYZ6.828.611.42-
YUV77.68136.08108.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.65%
GREEN value IS 89 (35.16% from 255) = 38.53%
BLUE value IS 92 (36.33% from 255) = 39.83%
R=21.65%
G=38.53%
B=39.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5089920.460.0300.64184.2929.5827.84
Hex32595C2E3040b81e1c
Octal6213113456301002703634
Binary110010101100110111001011101101000000101110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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