Html Css Color HEX #355F59 Oracle

📋 copy color: '#355F59'

red 53 ◦ green 95 ◦ blue 89

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

Shades of Oracle #355F59

Tints of Oracle #355F59

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.08%

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

R = 22.36%
G = 40.08%
B = 37.55%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.63

RGB Variations

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

Color information

#355F59 (or 0x355F59) is known color: Oracle. HEX triplet: 35, 5F and 59. RGB value is (53,95,89). Sum of RGB (Red+Green+Blue) = 53+95+89=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 95 - color contains mainly: green. Hex color #355F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355F59 is #CAA0A6. Grayscale: #515151. Windows color (decimal): -13279399 or 5857077. OLE color: 5857077.

HSL color Cylindrical-coordinate representation of color #355F59: hue angle of 171.43º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #355F59 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB 53 95 89 -
CMYK 0.44 0 0.06 0.63
HSL 171.43º 0.28% 0.29% -
HSV(B) 171.43º 0.44% 0.37% -
XYZ 7.36 9.66 10.93 -
YUV 81.76 132.09 107.49 -
System Red Green Blue C M Y K H S L
Decimal 53 95 89 0.44 0 0.06 0.63 171.43 0.28 0.29
Hex 35 5F 59 2C 0 6 3F AB 1C 1D
Octal 65 137 131 54 0 6 77 253 34 35
Binary 110101 1011111 1011001 101100 0 110 111111 10101011 11100 11101

Color Harmonies of #355F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355F59

Black with #355F59

Text Example


Text Example

White with #355F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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