#425858

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

Shades of Oracle #425858

Tints of Oracle #425858

Color information

#425858 (or 0x425858) is unknown color: approx Oracle. HEX triplet: 42, 58 and 58. RGB value is (66,88,88). Sum of RGB (Red+Green+Blue) = 66+88+88=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #425858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425858 is #BDA7A7. Grayscale: #515151. Windows color (decimal): -12429224 or 5789762. OLE color: 5789762.

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

Color convert

RGB668888-
CMYK0.25000.65
HSL180º14.29%30.2%-
HSV(B)180º25%34.51%-
XYZ7.58.8410.54-
YUV81.42131.71117-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.27%
GREEN value IS 88 (34.77% from 255) = 36.36%
BLUE value IS 88 (34.77% from 255) = 36.36%
R=27.27%
G=36.36%
B=36.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6688880.25000.6518014.2930.2
Hex425858190041b4e1e
Octal10213013031001012641636
Binary1000010101100010110001100100100000110110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425858; }

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

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

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

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

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

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

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

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