#35585A

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

Shades of Oracle #35585A

Tints of Oracle #35585A

Color information

#35585A (or 0x35585A) is unknown color: approx Oracle. HEX triplet: 35, 58 and 5A. RGB value is (53,88,90). Sum of RGB (Red+Green+Blue) = 53+88+90=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 90 - color contains mainly: blue. Hex color #35585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35585A is #CAA7A5. Grayscale: #4D4D4D. Windows color (decimal): -13281190 or 5920821. OLE color: 5920821.

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

Color convert

RGB538890-
CMYK0.410.0200.65
HSL183.24º25.87%28.04%-
HSV(B)183.24º41.11%35.29%-
XYZ6.88.4710.95-
YUV77.76134.9110.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.94%
GREEN value IS 88 (34.77% from 255) = 38.10%
BLUE value IS 90 (35.55% from 255) = 38.96%
R=22.94%
G=38.10%
B=38.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5388900.410.0200.65183.2425.8728.04
Hex35585A292041b71a1c
Octal6513013251201012673234
Binary110101101100010110101010011001000001101101111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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