Html Css Color HEX #405759 Oracle

📋 copy color: '#405759'

red 64 ◦ green 87 ◦ blue 89

#405759
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oracle #405759

Tints of Oracle #405759

RGB

 RED value IS 64 (25.39% from 255) = 26.67%

 GREEN value IS 87 (34.38% from 255) = 36.25%

 BLUE value IS 89 (35.16% from 255) = 37.08%

R = 26.67%
G = 36.25%
B = 37.08%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#405759 (or 0x405759) is known color: Oracle. HEX triplet: 40, 57 and 59. RGB value is (64,87,89). Sum of RGB (Red+Green+Blue) = 64+87+89=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 89 - color contains mainly: blue. Hex color #405759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405759 is #BFA8A6. Grayscale: #505050. Windows color (decimal): -12560551 or 5855040. OLE color: 5855040.

HSL color Cylindrical-coordinate representation of color #405759: hue angle of 184.8º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #405759 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 87 89 -
CMYK 0.28 0.02 0 0.65
HSL 184.8º 0.16% 0.3% -
HSV(B) 184.8º 0.28% 0.35% -
XYZ 7.33 8.63 10.73 -
YUV 80.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 64 87 89 0.28 0.02 0 0.65 184.8 0.16 0.3
Hex 40 57 59 1C 2 0 41 B9 10 1E
Octal 100 127 131 34 2 0 101 271 20 36
Binary 1000000 1010111 1011001 11100 10 0 1000001 10111001 10000 11110

Color Harmonies of #405759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405759

Black with #405759

Text Example


Text Example

White with #405759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405759; }

 p { color: rgb(64,87,89); }

 H1.HeaderClassName
 {
   color: #405759;
 }
 .AnyTagClassName
 {
   color: #405759;
 }
</style>

background-color css

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

 a { background-color: rgb(64,87,89); }

 div.DivClassName
 {
   background-color: #405759;
 }
 .BgClassName
 {
   background-color: #405759;
 }
</style>

border-color css

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

 span { border-color: rgb(64,87,89); }

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