#415D5C

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

Shades of Oracle #415D5C

Tints of Oracle #415D5C

Color information

#415D5C (or 0x415D5C) is unknown color: approx Oracle. HEX triplet: 41, 5D and 5C. RGB value is (65,93,92). Sum of RGB (Red+Green+Blue) = 65+93+92=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 93 - color contains mainly: green. Hex color #415D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415D5C is #BEA2A3. Grayscale: #545454. Windows color (decimal): -12493476 or 6053185. OLE color: 6053185.

HSL color Cylindrical-coordinate representation of color #415D5C: hue angle of 177.86º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #415D5C is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB659392-
CMYK0.3000.010.64
HSL177.86º17.72%30.98%-
HSV(B)177.86º30.11%36.47%-
XYZ8.039.7311.58-
YUV84.51132.22114.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26%
GREEN value IS 93 (36.72% from 255) = 37.2%
BLUE value IS 92 (36.33% from 255) = 36.8%
R=26%
G=37.2%
B=36.8%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6593920.3000.010.64177.8617.7230.98
Hex415D5C1E0140b2121f
Octal10113513436011002622237
Binary10000011011101101110011110011000000101100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415D5C; }

 p { color: rgb(65,93,92); }

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

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

 a { background-color: rgb(65,93,92); }

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

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

 span { border-color: rgb(65,93,92); }

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