#425051

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

Shades of Oracle #425051

Tints of Oracle #425051

Color information

#425051 (or 0x425051) is unknown color: approx Oracle. HEX triplet: 42, 50 and 51. RGB value is (66,80,81). Sum of RGB (Red+Green+Blue) = 66+80+81=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 81 - color contains mainly: blue. Hex color #425051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425051 is #BDAFAE. Grayscale: #4B4B4B. Windows color (decimal): -12431279 or 5328962. OLE color: 5328962.

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

Color convert

RGB668081-
CMYK0.190.0100.68
HSL184º10.2%28.82%-
HSV(B)184º18.52%31.76%-
XYZ6.67.498.88-
YUV75.93130.86120.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 81 (32.03% from 255) = 35.68%
R=29.07%
G=35.24%
B=35.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6680810.190.0100.6818410.228.82
Hex425051131044b8a1d
Octal10212012123101042701235
Binary1000010101000010100011001110100010010111000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425051; }

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

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

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

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

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

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

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

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