Html Css Color HEX #355B59 Oracle

📋 copy color: '#355B59'

red 53 ◦ green 91 ◦ blue 89

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

Shades of Oracle #355B59

Tints of Oracle #355B59

RGB

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

 GREEN value IS 91 (35.94% from 255) = 39.06%

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

R = 22.75%
G = 39.06%
B = 38.2%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#355B59 (or 0x355B59) is known color: Oracle. HEX triplet: 35, 5B and 59. RGB value is (53,91,89). Sum of RGB (Red+Green+Blue) = 53+91+89=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 91 - color contains mainly: green. Hex color #355B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355B59 is #CAA4A6. Grayscale: #4F4F4F. Windows color (decimal): -13280423 or 5856053. OLE color: 5856053.

HSL color Cylindrical-coordinate representation of color #355B59: hue angle of 176.84º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #355B59 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 91 89 -
CMYK 0.42 0 0.02 0.64
HSL 176.84º 0.26% 0.28% -
HSV(B) 176.84º 0.42% 0.36% -
XYZ 7.01 8.96 10.81 -
YUV 79.41 133.41 109.16 -
System Red Green Blue C M Y K H S L
Decimal 53 91 89 0.42 0 0.02 0.64 176.84 0.26 0.28
Hex 35 5B 59 2A 0 2 40 B1 1A 1C
Octal 65 133 131 52 0 2 100 261 32 34
Binary 110101 1011011 1011001 101010 0 10 1000000 10110001 11010 11100

Color Harmonies of #355B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355B59

Black with #355B59

Text Example


Text Example

White with #355B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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