Html Css Color HEX #529B8E Lochinvar

📋 copy color: '#529B8E'

red 82 ◦ green 155 ◦ blue 142

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

Shades of Lochinvar #529B8E

Tints of Lochinvar #529B8E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.9%

 BLUE value IS 142 (55.86% from 255) = 37.47%

R = 21.64%
G = 40.9%
B = 37.47%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#529B8E (or 0x529B8E) is known color: Lochinvar. HEX triplet: 52, 9B and 8E. RGB value is (82,155,142). Sum of RGB (Red+Green+Blue) = 82+155+142=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 155 - color contains mainly: green. Hex color #529B8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529B8E is #AD6471. Grayscale: #838383. Windows color (decimal): -11363442 or 9345874. OLE color: 9345874.

HSL color Cylindrical-coordinate representation of color #529B8E: hue angle of 169.32º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529B8E is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 155 142 -
CMYK 0.47 0 0.08 0.39
HSL 169.32º 0.31% 0.46% -
HSV(B) 169.32º 0.47% 0.61% -
XYZ 20.08 27.19 29.78 -
YUV 131.69 133.82 92.56 -
System Red Green Blue C M Y K H S L
Decimal 82 155 142 0.47 0 0.08 0.39 169.32 0.31 0.46
Hex 52 9B 8E 2F 0 8 27 A9 1F 2E
Octal 122 233 216 57 0 10 47 251 37 56
Binary 1010010 10011011 10001110 101111 0 1000 100111 10101001 11111 101110

Color Harmonies of #529B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529B8E

Black with #529B8E

Text Example


Text Example

White with #529B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529B8E; }

 p { color: rgb(82,155,142); }

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

background-color css

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

 a { background-color: rgb(82,155,142); }

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

border-color css

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

 span { border-color: rgb(82,155,142); }

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