#33585A

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

Shades of Oracle #33585A

Tints of Oracle #33585A

Color information

#33585A (or 0x33585A) is unknown color: approx Oracle. HEX triplet: 33, 58 and 5A. RGB value is (51,88,90). Sum of RGB (Red+Green+Blue) = 51+88+90=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 90 - color contains mainly: blue. Hex color #33585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33585A is #CCA7A5. Grayscale: #4D4D4D. Windows color (decimal): -13412262 or 5920819. OLE color: 5920819.

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

Color convert

RGB518890-
CMYK0.430.0200.65
HSL183.08º27.66%27.65%-
HSV(B)183.08º43.33%35.29%-
XYZ6.78.4210.95-
YUV77.17135.24109.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.27%
GREEN value IS 88 (34.77% from 255) = 38.43%
BLUE value IS 90 (35.55% from 255) = 39.30%
R=22.27%
G=38.43%
B=39.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5188900.430.0200.65183.0827.6627.65
Hex33585A2B2041b71c1c
Octal6313013253201012673434
Binary110011101100010110101010111001000001101101111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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