Html Css Color HEX #415759 Oracle

📋 copy color: '#415759'

red 65 ◦ green 87 ◦ blue 89

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

Shades of Oracle #415759

Tints of Oracle #415759

RGB

 RED value IS 65 (25.78% from 255) = 26.97%

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

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

R = 26.97%
G = 36.1%
B = 36.93%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#415759 (or 0x415759) is known color: Oracle. HEX triplet: 41, 57 and 59. RGB value is (65,87,89). Sum of RGB (Red+Green+Blue) = 65+87+89=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 89 - color contains mainly: blue. Hex color #415759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415759 is #BEA8A6. Grayscale: #505050. Windows color (decimal): -12495015 or 5855041. OLE color: 5855041.

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

Color convert

RGB 65 87 89 -
CMYK 0.27 0.02 0 0.65
HSL 185º 0.16% 0.3% -
HSV(B) 185º 0.27% 0.35% -
XYZ 7.39 8.66 10.73 -
YUV 80.65 132.71 116.84 -
System Red Green Blue C M Y K H S L
Decimal 65 87 89 0.27 0.02 0 0.65 185 0.16 0.3
Hex 41 57 59 1B 2 0 41 B9 10 1E
Octal 101 127 131 33 2 0 101 271 20 36
Binary 1000001 1010111 1011001 11011 10 0 1000001 10111001 10000 11110

Color Harmonies of #415759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415759

Black with #415759

Text Example


Text Example

White with #415759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415759; }

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

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

background-color css

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

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

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

border-color css

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

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

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