#32575A

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

Shades of Oracle #32575A

Tints of Oracle #32575A

Color information

#32575A (or 0x32575A) is unknown color: approx Oracle. HEX triplet: 32, 57 and 5A. RGB value is (50,87,90). Sum of RGB (Red+Green+Blue) = 50+87+90=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 90 - color contains mainly: blue. Hex color #32575A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32575A is #CDA8A5. Grayscale: #4C4C4C. Windows color (decimal): -13478054 or 5920562. OLE color: 5920562.

HSL color Cylindrical-coordinate representation of color #32575A: hue angle of 184.5º 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 #32575A is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB508790-
CMYK0.440.0300.65
HSL184.5º28.57%27.45%-
HSV(B)184.5º44.44%35.29%-
XYZ6.578.2310.92-
YUV76.28135.74109.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.03%
GREEN value IS 87 (34.38% from 255) = 38.33%
BLUE value IS 90 (35.55% from 255) = 39.65%
R=22.03%
G=38.33%
B=39.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5087900.440.0300.65184.528.5727.45
Hex32575A2C3041b81d1b
Octal6212713254301012703533
Binary110010101011110110101011001101000001101110001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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