Html Css Color HEX #58968D Lochinvar

📋 copy color: '#58968D'

red 88 ◦ green 150 ◦ blue 141

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

Shades of Lochinvar #58968D

Tints of Lochinvar #58968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.58%

 BLUE value IS 141 (55.47% from 255) = 37.2%

R = 23.22%
G = 39.58%
B = 37.2%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#58968D (or 0x58968D) is known color: Lochinvar. HEX triplet: 58, 96 and 8D. RGB value is (88,150,141). Sum of RGB (Red+Green+Blue) = 88+150+141=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 150 - color contains mainly: green. Hex color #58968D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58968D is #A76972. Grayscale: #828282. Windows color (decimal): -10971507 or 9279064. OLE color: 9279064.

HSL color Cylindrical-coordinate representation of color #58968D: hue angle of 171.29º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58968D is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 150 141 -
CMYK 0.41 0 0.06 0.41
HSL 171.29º 0.26% 0.47% -
HSV(B) 171.29º 0.41% 0.59% -
XYZ 19.74 25.81 29.14 -
YUV 130.44 133.96 97.73 -
System Red Green Blue C M Y K H S L
Decimal 88 150 141 0.41 0 0.06 0.41 171.29 0.26 0.47
Hex 58 96 8D 29 0 6 29 AB 1A 2F
Octal 130 226 215 51 0 6 51 253 32 57
Binary 1011000 10010110 10001101 101001 0 110 101001 10101011 11010 101111

Color Harmonies of #58968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58968D

Black with #58968D

Text Example


Text Example

White with #58968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58968D; }

 p { color: rgb(88,150,141); }

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

background-color css

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

 a { background-color: rgb(88,150,141); }

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

border-color css

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

 span { border-color: rgb(88,150,141); }

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