Html Css Color HEX #52948D Lochinvar

📋 copy color: '#52948D'

red 82 ◦ green 148 ◦ blue 141

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

Shades of Lochinvar #52948D

Tints of Lochinvar #52948D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.89%

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

R = 22.1%
G = 39.89%
B = 38.01%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#52948D (or 0x52948D) is known color: Lochinvar. HEX triplet: 52, 94 and 8D. RGB value is (82,148,141). Sum of RGB (Red+Green+Blue) = 82+148+141=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #52948D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52948D is #AD6B72. Grayscale: #7F7F7F. Windows color (decimal): -11365235 or 9278546. OLE color: 9278546.

HSL color Cylindrical-coordinate representation of color #52948D: hue angle of 173.64º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52948D is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 148 141 -
CMYK 0.45 0 0.05 0.42
HSL 173.64º 0.29% 0.45% -
HSV(B) 173.64º 0.45% 0.58% -
XYZ 18.88 24.9 29.01 -
YUV 127.47 135.63 95.57 -
System Red Green Blue C M Y K H S L
Decimal 82 148 141 0.45 0 0.05 0.42 173.64 0.29 0.45
Hex 52 94 8D 2D 0 5 2A AE 1D 2D
Octal 122 224 215 55 0 5 52 256 35 55
Binary 1010010 10010100 10001101 101101 0 101 101010 10101110 11101 101101

Color Harmonies of #52948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52948D

Black with #52948D

Text Example


Text Example

White with #52948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52948D; }

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

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

background-color css

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

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

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

border-color css

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

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

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