Html Css Color HEX #445859 Oracle

📋 copy color: '#445859'

red 68 ◦ green 88 ◦ blue 89

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

Shades of Oracle #445859

Tints of Oracle #445859

RGB

 RED value IS 68 (26.95% from 255) = 27.76%

 GREEN value IS 88 (34.77% from 255) = 35.92%

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

R = 27.76%
G = 35.92%
B = 36.33%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#445859 (or 0x445859) is known color: Oracle. HEX triplet: 44, 58 and 59. RGB value is (68,88,89). Sum of RGB (Red+Green+Blue) = 68+88+89=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 89 - color contains mainly: blue. Hex color #445859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445859 is #BBA7A6. Grayscale: #525252. Windows color (decimal): -12298151 or 5855300. OLE color: 5855300.

HSL color Cylindrical-coordinate representation of color #445859: hue angle of 182.86º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #445859 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 88 89 -
CMYK 0.24 0.01 0 0.65
HSL 182.86º 0.13% 0.31% -
HSV(B) 182.86º 0.24% 0.35% -
XYZ 7.68 8.93 10.77 -
YUV 82.13 131.87 117.92 -
System Red Green Blue C M Y K H S L
Decimal 68 88 89 0.24 0.01 0 0.65 182.86 0.13 0.31
Hex 44 58 59 18 1 0 41 B7 D 1F
Octal 104 130 131 30 1 0 101 267 15 37
Binary 1000100 1011000 1011001 11000 1 0 1000001 10110111 1101 11111

Color Harmonies of #445859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445859

Black with #445859

Text Example


Text Example

White with #445859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445859; }

 p { color: rgb(68,88,89); }

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

background-color css

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

 a { background-color: rgb(68,88,89); }

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

border-color css

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

 span { border-color: rgb(68,88,89); }

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