#425859

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

Shades of Oracle #425859

Tints of Oracle #425859

Color information

#425859 (or 0x425859) is unknown color: approx Oracle. HEX triplet: 42, 58 and 59. RGB value is (66,88,89). Sum of RGB (Red+Green+Blue) = 66+88+89=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 89 - color contains mainly: blue. Hex color #425859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425859 is #BDA7A6. Grayscale: #515151. Windows color (decimal): -12429223 or 5855298. OLE color: 5855298.

HSL color Cylindrical-coordinate representation of color #425859: hue angle of 182.61º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #425859 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB668889-
CMYK0.260.0100.65
HSL182.61º14.84%30.39%-
HSV(B)182.61º25.84%34.9%-
XYZ7.548.8610.76-
YUV81.54132.21116.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 88 (34.77% from 255) = 36.21%
BLUE value IS 89 (35.16% from 255) = 36.63%
R=27.16%
G=36.21%
B=36.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6688890.260.0100.65182.6114.8430.39
Hex4258591A1041b7f1e
Octal10213013132101012671736
Binary1000010101100010110011101010100000110110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425859; }

 p { color: rgb(66,88,89); }

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

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

 a { background-color: rgb(66,88,89); }

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

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

 span { border-color: rgb(66,88,89); }

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