#32565B

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

Shades of Oracle #32565B

Tints of Oracle #32565B

Color information

#32565B (or 0x32565B) is unknown color: approx Oracle. HEX triplet: 32, 56 and 5B. RGB value is (50,86,91). Sum of RGB (Red+Green+Blue) = 50+86+91=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 91 - color contains mainly: blue. Hex color #32565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32565B is #CDA9A4. Grayscale: #4B4B4B. Windows color (decimal): -13478309 or 5985842. OLE color: 5985842.

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

Color convert

RGB508691-
CMYK0.450.0500.64
HSL187.32º29.08%27.65%-
HSV(B)187.32º45.05%35.69%-
XYZ6.538.0911.11-
YUV75.81136.57109.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.03%
GREEN value IS 86 (33.98% from 255) = 37.89%
BLUE value IS 91 (35.94% from 255) = 40.09%
R=22.03%
G=37.89%
B=40.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5086910.450.0500.64187.3229.0827.65
Hex32565B2D5040bb1d1c
Octal6212613355501002733534
Binary1100101010110101101110110110101000000101110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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