#425C5B

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

Shades of Oracle #425C5B

Tints of Oracle #425C5B

Color information

#425C5B (or 0x425C5B) is unknown color: approx Oracle. HEX triplet: 42, 5C and 5B. RGB value is (66,92,91). Sum of RGB (Red+Green+Blue) = 66+92+91=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 92 - color contains mainly: green. Hex color #425C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C5B is #BDA3A4. Grayscale: #545454. Windows color (decimal): -12428197 or 5987394. OLE color: 5987394.

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

Color convert

RGB669291-
CMYK0.2800.010.64
HSL177.69º16.46%30.98%-
HSV(B)177.69º28.26%36.08%-
XYZ7.969.5711.32-
YUV84.11131.89115.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.51%
GREEN value IS 92 (36.33% from 255) = 36.95%
BLUE value IS 91 (35.94% from 255) = 36.55%
R=26.51%
G=36.95%
B=36.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6692910.2800.010.64177.6916.4630.98
Hex425C5B1C0140b2101f
Octal10213413334011002622037
Binary10000101011100101101111100011000000101100101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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