#405051

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

Shades of Oracle #405051

Tints of Oracle #405051

Color information

#405051 (or 0x405051) is unknown color: approx Oracle. HEX triplet: 40, 50 and 51. RGB value is (64,80,81). Sum of RGB (Red+Green+Blue) = 64+80+81=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 81 - color contains mainly: blue. Hex color #405051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405051 is #BFAFAE. Grayscale: #4B4B4B. Windows color (decimal): -12562351 or 5328960. OLE color: 5328960.

HSL color Cylindrical-coordinate representation of color #405051: hue angle of 183.53º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #405051 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB648081-
CMYK0.210.0100.68
HSL183.53º11.72%28.43%-
HSV(B)183.53º20.99%31.76%-
XYZ6.477.428.88-
YUV75.33131.2119.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 80 (31.64% from 255) = 35.56%
BLUE value IS 81 (32.03% from 255) = 36%
R=28.44%
G=35.56%
B=36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6480810.210.0100.68183.5311.7228.43
Hex405051151044b8c1c
Octal10012012125101042701434
Binary1000000101000010100011010110100010010111000110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405051; }

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

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

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

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

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

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

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

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