#415051

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

Shades of Oracle #415051

Tints of Oracle #415051

Color information

#415051 (or 0x415051) is unknown color: approx Oracle. HEX triplet: 41, 50 and 51. RGB value is (65,80,81). Sum of RGB (Red+Green+Blue) = 65+80+81=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 81 - color contains mainly: blue. Hex color #415051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415051 is #BEAFAE. Grayscale: #4B4B4B. Windows color (decimal): -12496815 or 5328961. OLE color: 5328961.

HSL color Cylindrical-coordinate representation of color #415051: hue angle of 183.75º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #415051 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB658081-
CMYK0.200.0100.68
HSL183.75º10.96%28.63%-
HSV(B)183.75º19.75%31.76%-
XYZ6.537.468.88-
YUV75.63131.03120.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.76%
GREEN value IS 80 (31.64% from 255) = 35.40%
BLUE value IS 81 (32.03% from 255) = 35.84%
R=28.76%
G=35.40%
B=35.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6580810.200.0100.68183.7510.9628.63
Hex415051141044b8b1d
Octal10112012124101042701335
Binary1000001101000010100011010010100010010111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415051; }

 p { color: rgb(65,80,81); }

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

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

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

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

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

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

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