Html Css Color HEX #44595A Oracle

📋 copy color: '#44595A'

red 68 ◦ green 89 ◦ blue 90

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

Shades of Oracle #44595A

Tints of Oracle #44595A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.03%

 BLUE value IS 90 (35.55% from 255) = 36.44%

R = 27.53%
G = 36.03%
B = 36.44%

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

#44595A (or 0x44595A) is known color: Oracle. HEX triplet: 44, 59 and 5A. RGB value is (68,89,90). Sum of RGB (Red+Green+Blue) = 68+89+90=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 90 - color contains mainly: blue. Hex color #44595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44595A is #BBA6A5. Grayscale: #525252. Windows color (decimal): -12297894 or 5921092. OLE color: 5921092.

HSL color Cylindrical-coordinate representation of color #44595A: hue angle of 182.73º degrees, saturation: 0.14, 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 #44595A is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 89 90 -
CMYK 0.24 0.01 0 0.65
HSL 182.73º 0.14% 0.31% -
HSV(B) 182.73º 0.24% 0.35% -
XYZ 7.8 9.11 11.02 -
YUV 82.84 132.04 117.42 -
System Red Green Blue C M Y K H S L
Decimal 68 89 90 0.24 0.01 0 0.65 182.73 0.14 0.31
Hex 44 59 5A 18 1 0 41 B7 E 1F
Octal 104 131 132 30 1 0 101 267 16 37
Binary 1000100 1011001 1011010 11000 1 0 1000001 10110111 1110 11111

Color Harmonies of #44595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44595A

Black with #44595A

Text Example


Text Example

White with #44595A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44595A; }

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

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

background-color css

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

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

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

border-color css

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

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

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