Html Css Color HEX #355959 Oracle

📋 copy color: '#355959'

red 53 ◦ green 89 ◦ blue 89

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

Shades of Oracle #355959

Tints of Oracle #355959

RGB

 RED value IS 53 (21.09% from 255) = 22.94%

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

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

R = 22.94%
G = 38.53%
B = 38.53%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#355959 (or 0x355959) is known color: Oracle. HEX triplet: 35, 59 and 59. RGB value is (53,89,89). Sum of RGB (Red+Green+Blue) = 53+89+89=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #355959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355959 is #CAA6A6. Grayscale: #4E4E4E. Windows color (decimal): -13280935 or 5855541. OLE color: 5855541.

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

Color convert

RGB 53 89 89 -
CMYK 0.40 0 0 0.65
HSL 180º 0.25% 0.28% -
HSV(B) 180º 0.4% 0.35% -
XYZ 6.84 8.62 10.75 -
YUV 78.24 134.07 110 -
System Red Green Blue C M Y K H S L
Decimal 53 89 89 0.40 0 0 0.65 180 0.25 0.28
Hex 35 59 59 28 0 0 41 B4 19 1C
Octal 65 131 131 50 0 0 101 264 31 34
Binary 110101 1011001 1011001 101000 0 0 1000001 10110100 11001 11100

Color Harmonies of #355959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355959

Black with #355959

Text Example


Text Example

White with #355959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355959; }

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

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

background-color css

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

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

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

border-color css

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

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

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