Html Css Color HEX #53908B Lochinvar

📋 copy color: '#53908B'

red 83 ◦ green 144 ◦ blue 139

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

Shades of Lochinvar #53908B

Tints of Lochinvar #53908B

RGB

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

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

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

R = 22.68%
G = 39.34%
B = 37.98%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#53908B (or 0x53908B) is known color: Lochinvar. HEX triplet: 53, 90 and 8B. RGB value is (83,144,139). Sum of RGB (Red+Green+Blue) = 83+144+139=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 144 - color contains mainly: green. Hex color #53908B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53908B is #AC6F74. Grayscale: #7D7D7D. Windows color (decimal): -11300725 or 9146451. OLE color: 9146451.

HSL color Cylindrical-coordinate representation of color #53908B: hue angle of 175.08º 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 #53908B is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 144 139 -
CMYK 0.42 0 0.03 0.44
HSL 175.08º 0.27% 0.45% -
HSV(B) 175.08º 0.42% 0.56% -
XYZ 18.2 23.65 28.03 -
YUV 125.19 135.79 97.91 -
System Red Green Blue C M Y K H S L
Decimal 83 144 139 0.42 0 0.03 0.44 175.08 0.27 0.45
Hex 53 90 8B 2A 0 3 2C AF 1B 2D
Octal 123 220 213 52 0 3 54 257 33 55
Binary 1010011 10010000 10001011 101010 0 11 101100 10101111 11011 101101

Color Harmonies of #53908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53908B

Black with #53908B

Text Example


Text Example

White with #53908B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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