#425C5D

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

Shades of Oracle #425C5D

Tints of Oracle #425C5D

Color information

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

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

Color convert

RGB669293-
CMYK0.290.0100.64
HSL182.22º16.98%31.18%-
HSV(B)182.22º29.03%36.47%-
XYZ8.059.611.79-
YUV84.34132.89114.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6692930.290.0100.64182.2216.9831.18
Hex425C5D1D1040b6111f
Octal10213413535101002662137
Binary10000101011100101110111101101000000101101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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