#325554

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

Shades of Oracle #325554

Tints of Oracle #325554

Color information

#325554 (or 0x325554) is unknown color: approx Oracle. HEX triplet: 32, 55 and 54. RGB value is (50,85,84). Sum of RGB (Red+Green+Blue) = 50+85+84=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #325554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325554 is #CDAAAB. Grayscale: #4A4A4A. Windows color (decimal): -13478572 or 5526834. OLE color: 5526834.

HSL color Cylindrical-coordinate representation of color #325554: hue angle of 178.29º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #325554 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB508584-
CMYK0.4100.010.67
HSL178.29º25.93%26.47%-
HSV(B)178.29º41.18%33.33%-
XYZ6.167.829.57-
YUV74.42133.4110.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.83%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 84 (33.20% from 255) = 38.36%
R=22.83%
G=38.81%
B=38.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085840.4100.010.67178.2925.9326.47
Hex325554290143b21a1a
Octal6212512451011032623232
Binary11001010101011010100101001011000011101100101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325554; }

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

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

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

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

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

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

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

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