#42595B

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

Shades of Oracle #42595B

Tints of Oracle #42595B

Color information

#42595B (or 0x42595B) is unknown color: approx Oracle. HEX triplet: 42, 59 and 5B. RGB value is (66,89,91). Sum of RGB (Red+Green+Blue) = 66+89+91=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 91 - color contains mainly: blue. Hex color #42595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42595B is #BDA6A4. Grayscale: #525252. Windows color (decimal): -12428965 or 5986626. OLE color: 5986626.

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

Color convert

RGB668991-
CMYK0.270.0200.64
HSL184.8º15.92%30.78%-
HSV(B)184.8º27.47%35.69%-
XYZ7.719.0611.24-
YUV82.35132.88116.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.83%
GREEN value IS 89 (35.16% from 255) = 36.18%
BLUE value IS 91 (35.94% from 255) = 36.99%
R=26.83%
G=36.18%
B=36.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6689910.270.0200.64184.815.9230.78
Hex42595B1B2040b9101f
Octal10213113333201002712037
Binary100001010110011011011110111001000000101110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42595B; }

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

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

<style>
 a { background-color: #42595B; }

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

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

<style>
 span { border-color: #42595B; }

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

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