Html Css Color HEX #58906C Oxley

📋 copy color: '#58906C'

red 88 ◦ green 144 ◦ blue 108

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

Shades of Oxley #58906C

Tints of Oxley #58906C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.76%

R = 25.88%
G = 42.35%
B = 31.76%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#58906C (or 0x58906C) is known color: Oxley. HEX triplet: 58, 90 and 6C. RGB value is (88,144,108). Sum of RGB (Red+Green+Blue) = 88+144+108=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 144 - color contains mainly: green. Hex color #58906C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58906C is #A76F93. Grayscale: #7B7B7B. Windows color (decimal): -10973076 or 7114840. OLE color: 7114840.

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

Color convert

RGB 88 144 108 -
CMYK 0.39 0 0.25 0.44
HSL 141.43º 0.24% 0.45% -
HSV(B) 141.43º 0.39% 0.56% -
XYZ 16.7 23.1 17.77 -
YUV 123.15 119.45 102.93 -
System Red Green Blue C M Y K H S L
Decimal 88 144 108 0.39 0 0.25 0.44 141.43 0.24 0.45
Hex 58 90 6C 27 0 19 2C 8D 18 2D
Octal 130 220 154 47 0 31 54 215 30 55
Binary 1011000 10010000 1101100 100111 0 11001 101100 10001101 11000 101101

Color Harmonies of #58906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58906C

Black with #58906C

Text Example


Text Example

White with #58906C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58906C; }

 p { color: rgb(88,144,108); }

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

background-color css

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

 a { background-color: rgb(88,144,108); }

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

border-color css

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

 span { border-color: rgb(88,144,108); }

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