#32565A

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

Shades of Oracle #32565A

Tints of Oracle #32565A

Color information

#32565A (or 0x32565A) is unknown color: approx Oracle. HEX triplet: 32, 56 and 5A. RGB value is (50,86,90). Sum of RGB (Red+Green+Blue) = 50+86+90=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 90 - color contains mainly: blue. Hex color #32565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32565A is #CDA9A5. Grayscale: #4B4B4B. Windows color (decimal): -13478310 or 5920306. OLE color: 5920306.

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

Color convert

RGB508690-
CMYK0.440.0400.65
HSL186º28.57%27.45%-
HSV(B)186º44.44%35.29%-
XYZ6.498.0710.89-
YUV75.69136.07109.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.12%
GREEN value IS 86 (33.98% from 255) = 38.05%
BLUE value IS 90 (35.55% from 255) = 39.82%
R=22.12%
G=38.05%
B=39.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5086900.440.0400.6518628.5727.45
Hex32565A2C4041ba1d1b
Octal6212613254401012723533
Binary1100101010110101101010110010001000001101110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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