#32555A

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

Shades of Oracle #32555A

Tints of Oracle #32555A

Color information

#32555A (or 0x32555A) is unknown color: approx Oracle. HEX triplet: 32, 55 and 5A. RGB value is (50,85,90). Sum of RGB (Red+Green+Blue) = 50+85+90=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 90 - color contains mainly: blue. Hex color #32555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32555A is #CDAAA5. Grayscale: #4B4B4B. Windows color (decimal): -13478566 or 5920050. OLE color: 5920050.

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

Color convert

RGB508590-
CMYK0.440.0600.65
HSL187.5º28.57%27.45%-
HSV(B)187.5º44.44%35.29%-
XYZ6.417.9110.86-
YUV75.1136.4110.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 85 (33.59% from 255) = 37.78%
BLUE value IS 90 (35.55% from 255) = 40%
R=22.22%
G=37.78%
B=40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5085900.440.0600.65187.528.5727.45
Hex32555A2C6041bc1d1b
Octal6212513254601012743533
Binary1100101010101101101010110011001000001101111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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