#415555

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

Shades of Oracle #415555

Tints of Oracle #415555

Color information

#415555 (or 0x415555) is unknown color: approx Oracle. HEX triplet: 41, 55 and 55. RGB value is (65,85,85). Sum of RGB (Red+Green+Blue) = 65+85+85=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #415555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415555 is #BEAAAA. Grayscale: #4F4F4F. Windows color (decimal): -12495531 or 5592385. OLE color: 5592385.

HSL color Cylindrical-coordinate representation of color #415555: hue angle of 180º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #415555 is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB658585-
CMYK0.24000.67
HSL180º13.33%29.41%-
HSV(B)180º23.53%33.33%-
XYZ7.078.289.82-
YUV79.02131.37118-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.66%
GREEN value IS 85 (33.59% from 255) = 36.17%
BLUE value IS 85 (33.59% from 255) = 36.17%
R=27.66%
G=36.17%
B=36.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6585850.24000.6718013.3329.41
Hex415555180043b4d1d
Octal10112512530001032641535
Binary1000001101010110101011100000100001110110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415555; }

 p { color: rgb(65,85,85); }

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

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

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

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

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

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

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