#425D5D

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

Shades of Oracle #425D5D

Tints of Oracle #425D5D

Color information

#425D5D (or 0x425D5D) is unknown color: approx Oracle. HEX triplet: 42, 5D and 5D. RGB value is (66,93,93). Sum of RGB (Red+Green+Blue) = 66+93+93=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 93 - color contains mainly: green, blue. Hex color #425D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D5D is #BDA2A2. Grayscale: #545454. Windows color (decimal): -12427939 or 6118722. OLE color: 6118722.

HSL color Cylindrical-coordinate representation of color #425D5D: hue angle of 180º 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 #425D5D is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB669393-
CMYK0.29000.64
HSL180º16.98%31.18%-
HSV(B)180º29.03%36.47%-
XYZ8.149.7811.81-
YUV84.93132.55114.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.19%
GREEN value IS 93 (36.72% from 255) = 36.90%
BLUE value IS 93 (36.72% from 255) = 36.90%
R=26.19%
G=36.90%
B=36.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6693930.29000.6418016.9831.18
Hex425D5D1D0040b4111f
Octal10213513535001002642137
Binary10000101011101101110111101001000000101101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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