Html Css Color HEX #335959 Oracle

📋 copy color: '#335959'

red 51 ◦ green 89 ◦ blue 89

#335959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oracle #335959

Tints of Oracle #335959

RGB

 RED value IS 51 (20.31% from 255) = 22.27%

 GREEN value IS 89 (35.16% from 255) = 38.86%

 BLUE value IS 89 (35.16% from 255) = 38.86%

R = 22.27%
G = 38.86%
B = 38.86%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#335959 (or 0x335959) is known color: Oracle. HEX triplet: 33, 59 and 59. RGB value is (51,89,89). Sum of RGB (Red+Green+Blue) = 51+89+89=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #335959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335959 is #CCA6A6. Grayscale: #4D4D4D. Windows color (decimal): -13412007 or 5855539. OLE color: 5855539.

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

Color convert

RGB 51 89 89 -
CMYK 0.43 0 0 0.65
HSL 180º 0.27% 0.27% -
HSV(B) 180º 0.43% 0.35% -
XYZ 6.74 8.57 10.75 -
YUV 77.64 134.41 109 -
System Red Green Blue C M Y K H S L
Decimal 51 89 89 0.43 0 0 0.65 180 0.27 0.27
Hex 33 59 59 2B 0 0 41 B4 1B 1B
Octal 63 131 131 53 0 0 101 264 33 33
Binary 110011 1011001 1011001 101011 0 0 1000001 10110100 11011 11011

Color Harmonies of #335959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335959

Black with #335959

Text Example


Text Example

White with #335959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335959; }

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

 H1.HeaderClassName
 {
   color: #335959;
 }
 .AnyTagClassName
 {
   color: #335959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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