#425C5C

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

Shades of Oracle #425C5C

Tints of Oracle #425C5C

Color information

#425C5C (or 0x425C5C) is unknown color: approx Oracle. HEX triplet: 42, 5C and 5C. RGB value is (66,92,92). Sum of RGB (Red+Green+Blue) = 66+92+92=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 92 - color contains mainly: green, blue. Hex color #425C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C5C is #BDA3A3. Grayscale: #545454. Windows color (decimal): -12428196 or 6052930. OLE color: 6052930.

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

Color convert

RGB669292-
CMYK0.28000.64
HSL180º16.46%30.98%-
HSV(B)180º28.26%36.08%-
XYZ8.019.5911.55-
YUV84.23132.39115-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.4%
GREEN value IS 92 (36.33% from 255) = 36.8%
BLUE value IS 92 (36.33% from 255) = 36.8%
R=26.4%
G=36.8%
B=36.8%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6692920.28000.6418016.4630.98
Hex425C5C1C0040b4101f
Octal10213413434001002642037
Binary10000101011100101110011100001000000101101001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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