#415658

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

Shades of Oracle #415658

Tints of Oracle #415658

Color information

#415658 (or 0x415658) is unknown color: approx Oracle. HEX triplet: 41, 56 and 58. RGB value is (65,86,88). Sum of RGB (Red+Green+Blue) = 65+86+88=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 88 - color contains mainly: blue. Hex color #415658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415658 is #BEA9A7. Grayscale: #4F4F4F. Windows color (decimal): -12495272 or 5789249. OLE color: 5789249.

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

Color convert

RGB658688-
CMYK0.260.0200.65
HSL185.22º15.03%30%-
HSV(B)185.22º26.14%34.51%-
XYZ7.278.4810.49-
YUV79.95132.54117.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.20%
GREEN value IS 86 (33.98% from 255) = 35.98%
BLUE value IS 88 (34.77% from 255) = 36.82%
R=27.20%
G=35.98%
B=36.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6586880.260.0200.65185.2215.0330
Hex4156581A2041b9f1e
Octal10112613032201012711736
Binary10000011010110101100011010100100000110111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415658; }

 p { color: rgb(65,86,88); }

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

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

 a { background-color: rgb(65,86,88); }

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

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

 span { border-color: rgb(65,86,88); }

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