Html Css Color HEX #579068 Oxley

📋 copy color: '#579068'

red 87 ◦ green 144 ◦ blue 104

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

Shades of Oxley #579068

Tints of Oxley #579068

RGB

 RED value IS 87 (34.38% from 255) = 25.97%

 GREEN value IS 144 (56.64% from 255) = 42.99%

 BLUE value IS 104 (41.02% from 255) = 31.04%

R = 25.97%
G = 42.99%
B = 31.04%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#579068 (or 0x579068) is known color: Oxley. HEX triplet: 57, 90 and 68. RGB value is (87,144,104). Sum of RGB (Red+Green+Blue) = 87+144+104=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #579068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #579068 is #A86F97. Grayscale: #7A7A7A. Windows color (decimal): -11038616 or 6852695. OLE color: 6852695.

HSL color Cylindrical-coordinate representation of color #579068: hue angle of 137.89º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #579068 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 144 104 -
CMYK 0.40 0 0.28 0.44
HSL 137.89º 0.25% 0.45% -
HSV(B) 137.89º 0.4% 0.56% -
XYZ 16.4 22.97 16.67 -
YUV 122.4 117.62 102.75 -
System Red Green Blue C M Y K H S L
Decimal 87 144 104 0.40 0 0.28 0.44 137.89 0.25 0.45
Hex 57 90 68 28 0 1C 2C 8A 19 2D
Octal 127 220 150 50 0 34 54 212 31 55
Binary 1010111 10010000 1101000 101000 0 11100 101100 10001010 11001 101101

Color Harmonies of #579068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579068

Black with #579068

Text Example


Text Example

White with #579068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579068; }

 p { color: rgb(87,144,104); }

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

background-color css

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

 a { background-color: rgb(87,144,104); }

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

border-color css

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

 span { border-color: rgb(87,144,104); }

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