#33595D

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

Shades of Oracle #33595D

Tints of Oracle #33595D

Color information

#33595D (or 0x33595D) is unknown color: approx Oracle. HEX triplet: 33, 59 and 5D. RGB value is (51,89,93). Sum of RGB (Red+Green+Blue) = 51+89+93=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: blue. Hex color #33595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33595D is #CCA6A2. Grayscale: #4E4E4E. Windows color (decimal): -13412003 or 6117683. OLE color: 6117683.

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

Color convert

RGB518993-
CMYK0.450.0400.64
HSL185.71º29.17%28.24%-
HSV(B)185.71º45.16%36.47%-
XYZ6.918.6411.66-
YUV78.09136.41108.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.89%
GREEN value IS 89 (35.16% from 255) = 38.20%
BLUE value IS 93 (36.72% from 255) = 39.91%
R=21.89%
G=38.20%
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
Decimal5189930.450.0400.64185.7129.1728.24
Hex33595D2D4040ba1d1c
Octal6313113555401002723534
Binary1100111011001101110110110110001000000101110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33595D; }

 p { color: rgb(51,89,93); }

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

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

 a { background-color: rgb(51,89,93); }

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

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

 span { border-color: rgb(51,89,93); }

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