Html Css Color HEX #335A59 Oracle

📋 copy color: '#335A59'

red 51 ◦ green 90 ◦ blue 89

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

Shades of Oracle #335A59

Tints of Oracle #335A59

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.13%

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

R = 22.17%
G = 39.13%
B = 38.7%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#335A59 (or 0x335A59) is known color: Oracle. HEX triplet: 33, 5A and 59. RGB value is (51,90,89). Sum of RGB (Red+Green+Blue) = 51+90+89=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 90 - color contains mainly: green. Hex color #335A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335A59 is #CCA5A6. Grayscale: #4E4E4E. Windows color (decimal): -13411751 or 5855795. OLE color: 5855795.

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

Color convert

RGB 51 90 89 -
CMYK 0.43 0 0.01 0.65
HSL 178.46º 0.28% 0.28% -
HSV(B) 178.46º 0.43% 0.35% -
XYZ 6.82 8.74 10.78 -
YUV 78.23 134.08 108.58 -
System Red Green Blue C M Y K H S L
Decimal 51 90 89 0.43 0 0.01 0.65 178.46 0.28 0.28
Hex 33 5A 59 2B 0 1 41 B2 1C 1C
Octal 63 132 131 53 0 1 101 262 34 34
Binary 110011 1011010 1011001 101011 0 1 1000001 10110010 11100 11100

Color Harmonies of #335A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335A59

Black with #335A59

Text Example


Text Example

White with #335A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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