#355253

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

Shades of Oracle #355253

Tints of Oracle #355253

Color information

#355253 (or 0x355253) is unknown color: approx Oracle. HEX triplet: 35, 52 and 53. RGB value is (53,82,83). Sum of RGB (Red+Green+Blue) = 53+82+83=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 83 - color contains mainly: blue. Hex color #355253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355253 is #CAADAC. Grayscale: #494949. Windows color (decimal): -13282733 or 5460533. OLE color: 5460533.

HSL color Cylindrical-coordinate representation of color #355253: hue angle of 182º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #355253 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB538283-
CMYK0.360.0100.67
HSL182º22.06%26.67%-
HSV(B)182º36.14%32.55%-
XYZ6.057.429.3-
YUV73.44133.39113.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 82 (32.42% from 255) = 37.61%
BLUE value IS 83 (32.81% from 255) = 38.07%
R=24.31%
G=37.61%
B=38.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5382830.360.0100.6718222.0626.67
Hex355253241043b6161b
Octal6512212344101032662633
Binary11010110100101010011100100101000011101101101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355253; }

 p { color: rgb(53,82,83); }

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

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

 a { background-color: rgb(53,82,83); }

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

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

 span { border-color: rgb(53,82,83); }

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