Html Css Color HEX #355A59 Oracle

📋 copy color: '#355A59'

red 53 ◦ green 90 ◦ blue 89

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

Shades of Oracle #355A59

Tints of Oracle #355A59

RGB

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

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

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

R = 22.84%
G = 38.79%
B = 38.36%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#355A59 (or 0x355A59) is known color: Oracle. HEX triplet: 35, 5A and 59. RGB value is (53,90,89). Sum of RGB (Red+Green+Blue) = 53+90+89=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 90 - color contains mainly: green. Hex color #355A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355A59 is #CAA5A6. Grayscale: #4E4E4E. Windows color (decimal): -13280679 or 5855797. OLE color: 5855797.

HSL color Cylindrical-coordinate representation of color #355A59: hue angle of 178.38º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #355A59 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 90 89 -
CMYK 0.41 0 0.01 0.65
HSL 178.38º 0.26% 0.28% -
HSV(B) 178.38º 0.41% 0.35% -
XYZ 6.93 8.79 10.78 -
YUV 78.82 133.74 109.58 -
System Red Green Blue C M Y K H S L
Decimal 53 90 89 0.41 0 0.01 0.65 178.38 0.26 0.28
Hex 35 5A 59 29 0 1 41 B2 1A 1C
Octal 65 132 131 51 0 1 101 262 32 34
Binary 110101 1011010 1011001 101001 0 1 1000001 10110010 11010 11100

Color Harmonies of #355A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355A59

Black with #355A59

Text Example


Text Example

White with #355A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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