#415759

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

Shades of Oracle #415759

Tints of Oracle #415759

Color information

#415759 (or 0x415759) is unknown color: approx Oracle. HEX triplet: 41, 57 and 59. RGB value is (65,87,89). Sum of RGB (Red+Green+Blue) = 65+87+89=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 89 - color contains mainly: blue. Hex color #415759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415759 is #BEA8A6. Grayscale: #505050. Windows color (decimal): -12495015 or 5855041. OLE color: 5855041.

HSL color Cylindrical-coordinate representation of color #415759: hue angle of 185º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #415759 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB658789-
CMYK0.270.0200.65
HSL185º15.58%30.2%-
HSV(B)185º26.97%34.9%-
XYZ7.398.6610.73-
YUV80.65132.71116.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.97%
GREEN value IS 87 (34.38% from 255) = 36.10%
BLUE value IS 89 (35.16% from 255) = 36.93%
R=26.97%
G=36.10%
B=36.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6587890.270.0200.6518515.5830.2
Hex4157591B2041b9101e
Octal10112713133201012712036
Binary100000110101111011001110111001000001101110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415759; }

 p { color: rgb(65,87,89); }

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

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

 a { background-color: rgb(65,87,89); }

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

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

 span { border-color: rgb(65,87,89); }

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