Html Css Color HEX #529883 Lochinvar

📋 copy color: '#529883'

red 82 ◦ green 152 ◦ blue 131

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

Shades of Lochinvar #529883

Tints of Lochinvar #529883

RGB

 RED value IS 82 (32.42% from 255) = 22.47%

 GREEN value IS 152 (59.77% from 255) = 41.64%

 BLUE value IS 131 (51.56% from 255) = 35.89%

R = 22.47%
G = 41.64%
B = 35.89%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#529883 (or 0x529883) is known color: Lochinvar. HEX triplet: 52, 98 and 83. RGB value is (82,152,131). Sum of RGB (Red+Green+Blue) = 82+152+131=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #529883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529883 is #AD677C. Grayscale: #808080. Windows color (decimal): -11364221 or 8624210. OLE color: 8624210.

HSL color Cylindrical-coordinate representation of color #529883: hue angle of 162º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529883 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 152 131 -
CMYK 0.46 0 0.14 0.40
HSL 162º 0.3% 0.46% -
HSV(B) 162º 0.46% 0.6% -
XYZ 18.8 25.89 25.48 -
YUV 128.68 129.31 94.71 -
System Red Green Blue C M Y K H S L
Decimal 82 152 131 0.46 0 0.14 0.40 162 0.3 0.46
Hex 52 98 83 2E 0 E 28 A2 1E 2E
Octal 122 230 203 56 0 16 50 242 36 56
Binary 1010010 10011000 10000011 101110 0 1110 101000 10100010 11110 101110

Color Harmonies of #529883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529883

Black with #529883

Text Example


Text Example

White with #529883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529883; }

 p { color: rgb(82,152,131); }

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

background-color css

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

 a { background-color: rgb(82,152,131); }

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

border-color css

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

 span { border-color: rgb(82,152,131); }

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