Html Css Color HEX #529985 Lochinvar

📋 copy color: '#529985'

red 82 ◦ green 153 ◦ blue 133

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

Shades of Lochinvar #529985

Tints of Lochinvar #529985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.14%

R = 22.28%
G = 41.58%
B = 36.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#529985 (or 0x529985) is known color: Lochinvar. HEX triplet: 52, 99 and 85. RGB value is (82,153,133). Sum of RGB (Red+Green+Blue) = 82+153+133=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #529985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529985 is #AD667A. Grayscale: #818181. Windows color (decimal): -11363963 or 8755538. OLE color: 8755538.

HSL color Cylindrical-coordinate representation of color #529985: hue angle of 163.1º 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 #529985 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 133 -
CMYK 0.46 0 0.13 0.4
HSL 163.1º 0.3% 0.46% -
HSV(B) 163.1º 0.46% 0.6% -
XYZ 19.1 26.27 26.25 -
YUV 129.49 129.98 94.13 -
System Red Green Blue C M Y K H S L
Decimal 82 153 133 0.46 0 0.13 0.4 163.1 0.3 0.46
Hex 52 99 85 2E 0 D 28 A3 1E 2E
Octal 122 231 205 56 0 15 50 243 36 56
Binary 1010010 10011001 10000101 101110 0 1101 101000 10100011 11110 101110

Color Harmonies of #529985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529985

Black with #529985

Text Example


Text Example

White with #529985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529985; }

 p { color: rgb(82,153,133); }

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

background-color css

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

 a { background-color: rgb(82,153,133); }

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

border-color css

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

 span { border-color: rgb(82,153,133); }

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