Html Css Color HEX #5C926E Oxley

📋 copy color: '#5C926E'

red 92 ◦ green 146 ◦ blue 110

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

Shades of Oxley #5C926E

Tints of Oxley #5C926E

RGB

 RED value IS 92 (36.33% from 255) = 26.44%

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

 BLUE value IS 110 (43.36% from 255) = 31.61%

R = 26.44%
G = 41.95%
B = 31.61%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#5C926E (or 0x5C926E) is known color: Oxley. HEX triplet: 5C, 92 and 6E. RGB value is (92,146,110). Sum of RGB (Red+Green+Blue) = 92+146+110=348 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.44% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 146 - color contains mainly: green. Hex color #5C926E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C926E is #A36D91. Grayscale: #7D7D7D. Windows color (decimal): -10710418 or 7246428. OLE color: 7246428.

HSL color Cylindrical-coordinate representation of color #5C926E: hue angle of 140º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C926E is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 92 146 110 -
CMYK 0.37 0 0.25 0.43
HSL 140º 0.23% 0.47% -
HSV(B) 140º 0.37% 0.57% -
XYZ 17.51 23.96 18.45 -
YUV 125.75 119.11 103.93 -
System Red Green Blue C M Y K H S L
Decimal 92 146 110 0.37 0 0.25 0.43 140 0.23 0.47
Hex 5C 92 6E 25 0 19 2B 8C 17 2F
Octal 134 222 156 45 0 31 53 214 27 57
Binary 1011100 10010010 1101110 100101 0 11001 101011 10001100 10111 101111

Color Harmonies of #5C926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C926E

Black with #5C926E

Text Example


Text Example

White with #5C926E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C926E; }

 p { color: rgb(92,146,110); }

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

background-color css

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

 a { background-color: rgb(92,146,110); }

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

border-color css

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

 span { border-color: rgb(92,146,110); }

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