#355053

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

Shades of Oracle #355053

Tints of Oracle #355053

Color information

#355053 (or 0x355053) is unknown color: approx Oracle. HEX triplet: 35, 50 and 53. RGB value is (53,80,83). Sum of RGB (Red+Green+Blue) = 53+80+83=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 83 - color contains mainly: blue. Hex color #355053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355053 is #CAAFAC. Grayscale: #484848. Windows color (decimal): -13283245 or 5460021. OLE color: 5460021.

HSL color Cylindrical-coordinate representation of color #355053: hue angle of 186º 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 #355053 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB538083-
CMYK0.360.0400.67
HSL186º22.06%26.67%-
HSV(B)186º36.14%32.55%-
XYZ5.97.129.25-
YUV72.27134.05114.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.54%
GREEN value IS 80 (31.64% from 255) = 37.04%
BLUE value IS 83 (32.81% from 255) = 38.43%
R=24.54%
G=37.04%
B=38.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5380830.360.0400.6718622.0626.67
Hex355053244043ba161b
Octal6512012344401032722633
Binary1101011010000101001110010010001000011101110101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355053; }

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

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

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

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

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

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

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

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