#58968B

Color #58968B Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #58968B

Tints of Lochinvar #58968B

Color information

#58968B (or 0x58968B) is unknown color: approx Lochinvar. HEX triplet: 58, 96 and 8B. RGB value is (88,150,139). Sum of RGB (Red+Green+Blue) = 88+150+139=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 150 - color contains mainly: green. Hex color #58968B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58968B is #A76974. Grayscale: #828282. Windows color (decimal): -10971509 or 9147992. OLE color: 9147992.

HSL color Cylindrical-coordinate representation of color #58968B: hue angle of 169.35º 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 #58968B is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB88150139-
CMYK0.4100.070.41
HSL169.35º26.05%46.67%-
HSV(B)169.35º41.33%58.82%-
XYZ19.5925.7528.36-
YUV130.21132.9697.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.34%
GREEN value IS 150 (58.98% from 255) = 39.79%
BLUE value IS 139 (54.69% from 255) = 36.87%
R=23.34%
G=39.79%
B=36.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881501390.4100.070.41169.3526.0546.67
Hex58968B290729a91a2f
Octal1302262135107512513257
Binary1011000100101101000101110100101111010011010100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #58968B;
 }
 .AnyTagClassName
 {
   color: #58968B;
 }
</style>
background-color css

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

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

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

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

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

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