#425455

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

Shades of Oracle #425455

Tints of Oracle #425455

Color information

#425455 (or 0x425455) is unknown color: approx Oracle. HEX triplet: 42, 54 and 55. RGB value is (66,84,85). Sum of RGB (Red+Green+Blue) = 66+84+85=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 85 - color contains mainly: blue. Hex color #425455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425455 is #BDABAA. Grayscale: #4E4E4E. Windows color (decimal): -12430251 or 5592130. OLE color: 5592130.

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

Color convert

RGB668485-
CMYK0.220.0100.67
HSL183.16º12.58%29.61%-
HSV(B)183.16º22.35%33.33%-
XYZ7.068.159.8-
YUV78.73131.54118.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.09%
GREEN value IS 84 (33.20% from 255) = 35.74%
BLUE value IS 85 (33.59% from 255) = 36.17%
R=28.09%
G=35.74%
B=36.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6684850.220.0100.67183.1612.5829.61
Hex425455161043b7d1e
Octal10212412526101032671536
Binary1000010101010010101011011010100001110110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425455; }

 p { color: rgb(66,84,85); }

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

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

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

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

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

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

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