Html Css Color HEX #529A8B Lochinvar

📋 copy color: '#529A8B'

red 82 ◦ green 154 ◦ blue 139

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

Shades of Lochinvar #529A8B

Tints of Lochinvar #529A8B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.07%

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

R = 21.87%
G = 41.07%
B = 37.07%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#529A8B (or 0x529A8B) is known color: Lochinvar. HEX triplet: 52, 9A and 8B. RGB value is (82,154,139). Sum of RGB (Red+Green+Blue) = 82+154+139=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 154 - color contains mainly: green. Hex color #529A8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529A8B is #AD6574. Grayscale: #828282. Windows color (decimal): -11363701 or 9149010. OLE color: 9149010.

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

Color convert

RGB 82 154 139 -
CMYK 0.47 0 0.10 0.40
HSL 167.5º 0.31% 0.46% -
HSV(B) 167.5º 0.47% 0.6% -
XYZ 19.7 26.77 28.56 -
YUV 130.76 132.65 93.22 -
System Red Green Blue C M Y K H S L
Decimal 82 154 139 0.47 0 0.10 0.40 167.5 0.31 0.46
Hex 52 9A 8B 2F 0 A 28 A8 1F 2E
Octal 122 232 213 57 0 12 50 250 37 56
Binary 1010010 10011010 10001011 101111 0 1010 101000 10101000 11111 101110

Color Harmonies of #529A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529A8B

Black with #529A8B

Text Example


Text Example

White with #529A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,154,139); }

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

background-color css

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

 a { background-color: rgb(82,154,139); }

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

border-color css

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

 span { border-color: rgb(82,154,139); }

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