Html Css Color HEX #53908A Lochinvar

📋 copy color: '#53908A'

red 83 ◦ green 144 ◦ blue 138

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

Shades of Lochinvar #53908A

Tints of Lochinvar #53908A

RGB

 RED value IS 83 (32.81% from 255) = 22.74%

 GREEN value IS 144 (56.64% from 255) = 39.45%

 BLUE value IS 138 (54.3% from 255) = 37.81%

R = 22.74%
G = 39.45%
B = 37.81%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#53908A (or 0x53908A) is known color: Lochinvar. HEX triplet: 53, 90 and 8A. RGB value is (83,144,138). Sum of RGB (Red+Green+Blue) = 83+144+138=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 144 - color contains mainly: green. Hex color #53908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53908A is #AC6F75. Grayscale: #7D7D7D. Windows color (decimal): -11300726 or 9080915. OLE color: 9080915.

HSL color Cylindrical-coordinate representation of color #53908A: hue angle of 174.1º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53908A is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 144 138 -
CMYK 0.42 0 0.04 0.44
HSL 174.1º 0.27% 0.45% -
HSV(B) 174.1º 0.42% 0.56% -
XYZ 18.13 23.62 27.65 -
YUV 125.08 135.29 97.99 -
System Red Green Blue C M Y K H S L
Decimal 83 144 138 0.42 0 0.04 0.44 174.1 0.27 0.45
Hex 53 90 8A 2A 0 4 2C AE 1B 2D
Octal 123 220 212 52 0 4 54 256 33 55
Binary 1010011 10010000 10001010 101010 0 100 101100 10101110 11011 101101

Color Harmonies of #53908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53908A

Black with #53908A

Text Example


Text Example

White with #53908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53908A; }

 p { color: rgb(83,144,138); }

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

background-color css

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

 a { background-color: rgb(83,144,138); }

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

border-color css

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

 span { border-color: rgb(83,144,138); }

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