#35595A

Color #35595A Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #35595A

Tints of Oracle #35595A

Color information

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

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

Color convert

RGB538990-
CMYK0.410.0100.65
HSL181.62º25.87%28.04%-
HSV(B)181.62º41.11%35.29%-
XYZ6.898.6410.98-
YUV78.35134.57109.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.84%
GREEN value IS 89 (35.16% from 255) = 38.36%
BLUE value IS 90 (35.55% from 255) = 38.79%
R=22.84%
G=38.36%
B=38.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389900.410.0100.65181.6225.8728.04
Hex35595A291041b61a1c
Octal6513113251101012663234
Binary11010110110011011010101001101000001101101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35595A; }

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

 H1.HeaderClassName
 {
   color: #35595A;
 }
 .AnyTagClassName
 {
   color: #35595A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #35595A;
 }
 .BgClassName
 {
   background-color: #35595A;
 }
</style>
border-color css

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

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

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