Html Css Color HEX #56998B Lochinvar

📋 copy color: '#56998B'

red 86 ◦ green 153 ◦ blue 139

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

Shades of Lochinvar #56998B

Tints of Lochinvar #56998B

RGB

 RED value IS 86 (33.98% from 255) = 22.75%

 GREEN value IS 153 (60.16% from 255) = 40.48%

 BLUE value IS 139 (54.69% from 255) = 36.77%

R = 22.75%
G = 40.48%
B = 36.77%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#56998B (or 0x56998B) is known color: Lochinvar. HEX triplet: 56, 99 and 8B. RGB value is (86,153,139). Sum of RGB (Red+Green+Blue) = 86+153+139=378 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.75% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #56998B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56998B is #A96674. Grayscale: #838383. Windows color (decimal): -11101813 or 9148758. OLE color: 9148758.

HSL color Cylindrical-coordinate representation of color #56998B: hue angle of 167.46º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56998B is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 153 139 -
CMYK 0.44 0 0.09 0.4
HSL 167.46º 0.28% 0.47% -
HSV(B) 167.46º 0.44% 0.6% -
XYZ 19.89 26.62 28.52 -
YUV 131.37 132.3 95.64 -
System Red Green Blue C M Y K H S L
Decimal 86 153 139 0.44 0 0.09 0.4 167.46 0.28 0.47
Hex 56 99 8B 2C 0 9 28 A7 1C 2F
Octal 126 231 213 54 0 11 50 247 34 57
Binary 1010110 10011001 10001011 101100 0 1001 101000 10100111 11100 101111

Color Harmonies of #56998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56998B

Black with #56998B

Text Example


Text Example

White with #56998B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,153,139); }

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

background-color css

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

 a { background-color: rgb(86,153,139); }

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

border-color css

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

 span { border-color: rgb(86,153,139); }

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