#39595B

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

Shades of Oracle #39595B

Tints of Oracle #39595B

Color information

#39595B (or 0x39595B) is unknown color: approx Oracle. HEX triplet: 39, 59 and 5B. RGB value is (57,89,91). Sum of RGB (Red+Green+Blue) = 57+89+91=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 91 - color contains mainly: blue. Hex color #39595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39595B is #C6A6A4. Grayscale: #4F4F4F. Windows color (decimal): -13018789 or 5986617. OLE color: 5986617.

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

Color convert

RGB578991-
CMYK0.370.0200.64
HSL183.53º22.97%29.02%-
HSV(B)183.53º37.36%35.69%-
XYZ7.158.7711.21-
YUV79.66134.4111.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.05%
GREEN value IS 89 (35.16% from 255) = 37.55%
BLUE value IS 91 (35.94% from 255) = 38.40%
R=24.05%
G=37.55%
B=38.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5789910.370.0200.64183.5322.9729.02
Hex39595B252040b8171d
Octal7113113345201002702735
Binary111001101100110110111001011001000000101110001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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