Html Css Color HEX #58926B Oxley

📋 copy color: '#58926B'

red 88 ◦ green 146 ◦ blue 107

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

Shades of Oxley #58926B

Tints of Oxley #58926B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.82%

 BLUE value IS 107 (42.19% from 255) = 31.38%

R = 25.81%
G = 42.82%
B = 31.38%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#58926B (or 0x58926B) is known color: Oxley. HEX triplet: 58, 92 and 6B. RGB value is (88,146,107). Sum of RGB (Red+Green+Blue) = 88+146+107=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 146 - color contains mainly: green. Hex color #58926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58926B is #A76D94. Grayscale: #7C7C7C. Windows color (decimal): -10972565 or 7049816. OLE color: 7049816.

HSL color Cylindrical-coordinate representation of color #58926B: hue angle of 139.66º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58926B is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 146 107 -
CMYK 0.40 0 0.27 0.43
HSL 139.66º 0.25% 0.46% -
HSV(B) 139.66º 0.4% 0.57% -
XYZ 16.96 23.69 17.59 -
YUV 124.21 118.28 102.17 -
System Red Green Blue C M Y K H S L
Decimal 88 146 107 0.40 0 0.27 0.43 139.66 0.25 0.46
Hex 58 92 6B 28 0 1B 2B 8C 19 2E
Octal 130 222 153 50 0 33 53 214 31 56
Binary 1011000 10010010 1101011 101000 0 11011 101011 10001100 11001 101110

Color Harmonies of #58926B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58926B

Black with #58926B

Text Example


Text Example

White with #58926B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58926B; }

 p { color: rgb(88,146,107); }

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

background-color css

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

 a { background-color: rgb(88,146,107); }

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

border-color css

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

 span { border-color: rgb(88,146,107); }

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