#395053

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

Shades of Oracle #395053

Tints of Oracle #395053

Color information

#395053 (or 0x395053) is unknown color: approx Oracle. HEX triplet: 39, 50 and 53. RGB value is (57,80,83). Sum of RGB (Red+Green+Blue) = 57+80+83=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 83 - color contains mainly: blue. Hex color #395053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395053 is #C6AFAC. Grayscale: #494949. Windows color (decimal): -13021101 or 5460025. OLE color: 5460025.

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

Color convert

RGB578083-
CMYK0.310.0400.67
HSL186.92º18.57%27.45%-
HSV(B)186.92º31.33%32.55%-
XYZ6.127.239.26-
YUV73.46133.38116.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.91%
GREEN value IS 80 (31.64% from 255) = 36.36%
BLUE value IS 83 (32.81% from 255) = 37.73%
R=25.91%
G=36.36%
B=37.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5780830.310.0400.67186.9218.5727.45
Hex3950531F4043bb131b
Octal7112012337401032732333
Binary111001101000010100111111110001000011101110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395053; }

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

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

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

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

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

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

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

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