#415B5D

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

Shades of Oracle #415B5D

Tints of Oracle #415B5D

Color information

#415B5D (or 0x415B5D) is unknown color: approx Oracle. HEX triplet: 41, 5B and 5D. RGB value is (65,91,93). Sum of RGB (Red+Green+Blue) = 65+91+93=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 93 - color contains mainly: blue. Hex color #415B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B5D is #BEA4A2. Grayscale: #535353. Windows color (decimal): -12493987 or 6118209. OLE color: 6118209.

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

Color convert

RGB659193-
CMYK0.300.0200.64
HSL184.29º17.72%30.98%-
HSV(B)184.29º30.11%36.47%-
XYZ7.99.411.75-
YUV83.45133.39114.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.10%
GREEN value IS 91 (35.94% from 255) = 36.55%
BLUE value IS 93 (36.72% from 255) = 37.35%
R=26.10%
G=36.55%
B=37.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6591930.300.0200.64184.2917.7230.98
Hex415B5D1E2040b8121f
Octal10113313536201002702237
Binary100000110110111011101111101001000000101110001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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