#415C5D

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

Shades of Oracle #415C5D

Tints of Oracle #415C5D

Color information

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

HSL color Cylindrical-coordinate representation of color #415C5D: hue angle of 182.14º 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 #415C5D is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB659293-
CMYK0.300.0100.64
HSL182.14º17.72%30.98%-
HSV(B)182.14º30.11%36.47%-
XYZ7.989.5711.78-
YUV84.04133.05114.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6592930.300.0100.64182.1417.7230.98
Hex415C5D1E1040b6121f
Octal10113413536101002662237
Binary10000011011100101110111110101000000101101101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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