#425D5C

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

Shades of Oracle #425D5C

Tints of Oracle #425D5C

Color information

#425D5C (or 0x425D5C) is unknown color: approx Oracle. HEX triplet: 42, 5D and 5C. RGB value is (66,93,92). Sum of RGB (Red+Green+Blue) = 66+93+92=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 93 - color contains mainly: green. Hex color #425D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D5C is #BDA2A3. Grayscale: #545454. Windows color (decimal): -12427940 or 6053186. OLE color: 6053186.

HSL color Cylindrical-coordinate representation of color #425D5C: hue angle of 177.78º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #425D5C is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB669392-
CMYK0.2900.010.64
HSL177.78º16.98%31.18%-
HSV(B)177.78º29.03%36.47%-
XYZ8.099.7611.58-
YUV84.81132.05114.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.29%
GREEN value IS 93 (36.72% from 255) = 37.05%
BLUE value IS 92 (36.33% from 255) = 36.65%
R=26.29%
G=37.05%
B=36.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6693920.2900.010.64177.7816.9831.18
Hex425D5C1D0140b2111f
Octal10213513435011002622137
Binary10000101011101101110011101011000000101100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425D5C; }

 p { color: rgb(66,93,92); }

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

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

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

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

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

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

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