Html Css Color HEX #529B8D Lochinvar

📋 copy color: '#529B8D'

red 82 ◦ green 155 ◦ blue 141

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

Shades of Lochinvar #529B8D

Tints of Lochinvar #529B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.3%

R = 21.69%
G = 41.01%
B = 37.3%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#529B8D (or 0x529B8D) is known color: Lochinvar. HEX triplet: 52, 9B and 8D. RGB value is (82,155,141). Sum of RGB (Red+Green+Blue) = 82+155+141=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 155 - color contains mainly: green. Hex color #529B8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529B8D is #AD6472. Grayscale: #838383. Windows color (decimal): -11363443 or 9280338. OLE color: 9280338.

HSL color Cylindrical-coordinate representation of color #529B8D: hue angle of 168.49º 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 #529B8D is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 155 141 -
CMYK 0.47 0 0.09 0.39
HSL 168.49º 0.31% 0.46% -
HSV(B) 168.49º 0.47% 0.61% -
XYZ 20.01 27.16 29.39 -
YUV 131.58 133.32 92.64 -
System Red Green Blue C M Y K H S L
Decimal 82 155 141 0.47 0 0.09 0.39 168.49 0.31 0.46
Hex 52 9B 8D 2F 0 9 27 A8 1F 2E
Octal 122 233 215 57 0 11 47 250 37 56
Binary 1010010 10011011 10001101 101111 0 1001 100111 10101000 11111 101110

Color Harmonies of #529B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529B8D

Black with #529B8D

Text Example


Text Example

White with #529B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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