#32585A

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

Shades of Oracle #32585A

Tints of Oracle #32585A

Color information

#32585A (or 0x32585A) is unknown color: approx Oracle. HEX triplet: 32, 58 and 5A. RGB value is (50,88,90). Sum of RGB (Red+Green+Blue) = 50+88+90=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 90 - color contains mainly: blue. Hex color #32585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32585A is #CDA7A5. Grayscale: #4C4C4C. Windows color (decimal): -13477798 or 5920818. OLE color: 5920818.

HSL color Cylindrical-coordinate representation of color #32585A: hue angle of 183º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #32585A is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB508890-
CMYK0.440.0200.65
HSL183º28.57%27.45%-
HSV(B)183º44.44%35.29%-
XYZ6.658.410.94-
YUV76.87135.41108.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.93%
GREEN value IS 88 (34.77% from 255) = 38.60%
BLUE value IS 90 (35.55% from 255) = 39.47%
R=21.93%
G=38.60%
B=39.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5088900.440.0200.6518328.5727.45
Hex32585A2C2041b71d1b
Octal6213013254201012673533
Binary110010101100010110101011001001000001101101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32585A; }

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

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

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

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

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

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

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

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