Html Css Color HEX #588F6A Oxley

📋 copy color: '#588F6A'

red 88 ◦ green 143 ◦ blue 106

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

Shades of Oxley #588F6A

Tints of Oxley #588F6A

RGB

 RED value IS 88 (34.77% from 255) = 26.11%

 GREEN value IS 143 (56.25% from 255) = 42.43%

 BLUE value IS 106 (41.8% from 255) = 31.45%

R = 26.11%
G = 42.43%
B = 31.45%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#588F6A (or 0x588F6A) is known color: Oxley. HEX triplet: 58, 8F and 6A. RGB value is (88,143,106). Sum of RGB (Red+Green+Blue) = 88+143+106=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 143 - color contains mainly: green. Hex color #588F6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588F6A is #A77095. Grayscale: #7A7A7A. Windows color (decimal): -10973334 or 6983512. OLE color: 6983512.

HSL color Cylindrical-coordinate representation of color #588F6A: hue angle of 139.64º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #588F6A is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 143 106 -
CMYK 0.38 0 0.26 0.44
HSL 139.64º 0.24% 0.45% -
HSV(B) 139.64º 0.38% 0.56% -
XYZ 16.45 22.76 17.16 -
YUV 122.34 118.78 103.51 -
System Red Green Blue C M Y K H S L
Decimal 88 143 106 0.38 0 0.26 0.44 139.64 0.24 0.45
Hex 58 8F 6A 26 0 1A 2C 8C 18 2D
Octal 130 217 152 46 0 32 54 214 30 55
Binary 1011000 10001111 1101010 100110 0 11010 101100 10001100 11000 101101

Color Harmonies of #588F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588F6A

Black with #588F6A

Text Example


Text Example

White with #588F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588F6A; }

 p { color: rgb(88,143,106); }

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

background-color css

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

 a { background-color: rgb(88,143,106); }

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

border-color css

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

 span { border-color: rgb(88,143,106); }

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