#335C59

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

Shades of Oracle #335C59

Tints of Oracle #335C59

Color information

#335C59 (or 0x335C59) is unknown color: approx Oracle. HEX triplet: 33, 5C and 59. RGB value is (51,92,89). Sum of RGB (Red+Green+Blue) = 51+92+89=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 92 - color contains mainly: green. Hex color #335C59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335C59 is #CCA3A6. Grayscale: #4F4F4F. Windows color (decimal): -13411239 or 5856307. OLE color: 5856307.

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

Color convert

RGB519289-
CMYK0.4500.030.64
HSL175.61º28.67%28.04%-
HSV(B)175.61º44.57%36.08%-
XYZ79.0810.83-
YUV79.4133.42107.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 92 (36.33% from 255) = 39.66%
BLUE value IS 89 (35.16% from 255) = 38.36%
R=21.98%
G=39.66%
B=38.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5192890.4500.030.64175.6128.6728.04
Hex335C592D0340b01d1c
Octal6313413155031002603534
Binary110011101110010110011011010111000000101100001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335C59; }

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

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

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

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

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

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

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

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