#33595A

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

Shades of Oracle #33595A

Tints of Oracle #33595A

Color information

#33595A (or 0x33595A) is unknown color: approx Oracle. HEX triplet: 33, 59 and 5A. RGB value is (51,89,90). Sum of RGB (Red+Green+Blue) = 51+89+90=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 90 - color contains mainly: blue. Hex color #33595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33595A is #CCA6A5. Grayscale: #4D4D4D. Windows color (decimal): -13412006 or 5921075. OLE color: 5921075.

HSL color Cylindrical-coordinate representation of color #33595A: hue angle of 181.54º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #33595A is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB518990-
CMYK0.430.0100.65
HSL181.54º27.66%27.65%-
HSV(B)181.54º43.33%35.29%-
XYZ6.788.5910.97-
YUV77.75134.91108.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.17%
GREEN value IS 89 (35.16% from 255) = 38.70%
BLUE value IS 90 (35.55% from 255) = 39.13%
R=22.17%
G=38.70%
B=39.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5189900.430.0100.65181.5427.6627.65
Hex33595A2B1041b61c1c
Octal6313113253101012663434
Binary11001110110011011010101011101000001101101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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