#425B5D

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

Shades of Oracle #425B5D

Tints of Oracle #425B5D

Color information

#425B5D (or 0x425B5D) is unknown color: approx Oracle. HEX triplet: 42, 5B and 5D. RGB value is (66,91,93). Sum of RGB (Red+Green+Blue) = 66+91+93=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 93 - color contains mainly: blue. Hex color #425B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425B5D is #BDA4A2. Grayscale: #535353. Windows color (decimal): -12428451 or 6118210. OLE color: 6118210.

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

Color convert

RGB669193-
CMYK0.290.0200.64
HSL184.44º16.98%31.18%-
HSV(B)184.44º29.03%36.47%-
XYZ7.969.4311.76-
YUV83.75133.22115.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.4%
GREEN value IS 91 (35.94% from 255) = 36.4%
BLUE value IS 93 (36.72% from 255) = 37.2%
R=26.4%
G=36.4%
B=37.2%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6691930.290.0200.64184.4416.9831.18
Hex425B5D1D2040b8111f
Octal10213313535201002702137
Binary100001010110111011101111011001000000101110001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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