#32575B

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

Shades of Oracle #32575B

Tints of Oracle #32575B

Color information

#32575B (or 0x32575B) is unknown color: approx Oracle. HEX triplet: 32, 57 and 5B. RGB value is (50,87,91). Sum of RGB (Red+Green+Blue) = 50+87+91=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 91 - color contains mainly: blue. Hex color #32575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32575B is #CDA8A4. Grayscale: #4C4C4C. Windows color (decimal): -13478053 or 5986098. OLE color: 5986098.

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

Color convert

RGB508791-
CMYK0.450.0400.64
HSL185.85º29.08%27.65%-
HSV(B)185.85º45.05%35.69%-
XYZ6.618.2511.14-
YUV76.39136.24109.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.93%
GREEN value IS 87 (34.38% from 255) = 38.16%
BLUE value IS 91 (35.94% from 255) = 39.91%
R=21.93%
G=38.16%
B=39.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5087910.450.0400.64185.8529.0827.65
Hex32575B2D4040ba1d1c
Octal6212713355401002723534
Binary1100101010111101101110110110001000000101110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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