#335455

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

Shades of Oracle #335455

Tints of Oracle #335455

Color information

#335455 (or 0x335455) is unknown color: approx Oracle. HEX triplet: 33, 54 and 55. RGB value is (51,84,85). Sum of RGB (Red+Green+Blue) = 51+84+85=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 85 - color contains mainly: blue. Hex color #335455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335455 is #CCABAA. Grayscale: #4A4A4A. Windows color (decimal): -13413291 or 5592115. OLE color: 5592115.

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

Color convert

RGB518485-
CMYK0.400.0100.67
HSL181.76º25%26.67%-
HSV(B)181.76º40%33.33%-
XYZ6.187.79.76-
YUV74.25134.07111.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.18%
GREEN value IS 84 (33.20% from 255) = 38.18%
BLUE value IS 85 (33.59% from 255) = 38.64%
R=23.18%
G=38.18%
B=38.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5184850.400.0100.67181.762526.67
Hex335455281043b6191b
Octal6312412550101032663133
Binary11001110101001010101101000101000011101101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335455; }

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

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

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

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

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

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

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

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