Html Css Color HEX #538F88 Lochinvar

📋 copy color: '#538F88'

red 83 ◦ green 143 ◦ blue 136

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

Shades of Lochinvar #538F88

Tints of Lochinvar #538F88

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.5%

 BLUE value IS 136 (53.52% from 255) = 37.57%

R = 22.93%
G = 39.5%
B = 37.57%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#538F88 (or 0x538F88) is known color: Lochinvar. HEX triplet: 53, 8F and 88. RGB value is (83,143,136). Sum of RGB (Red+Green+Blue) = 83+143+136=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 143 - color contains mainly: green. Hex color #538F88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538F88 is #AC7077. Grayscale: #7C7C7C. Windows color (decimal): -11300984 or 8949587. OLE color: 8949587.

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

Color convert

RGB 83 143 136 -
CMYK 0.42 0 0.05 0.44
HSL 173º 0.27% 0.44% -
HSV(B) 173º 0.42% 0.56% -
XYZ 17.83 23.26 26.84 -
YUV 124.26 134.62 98.57 -
System Red Green Blue C M Y K H S L
Decimal 83 143 136 0.42 0 0.05 0.44 173 0.27 0.44
Hex 53 8F 88 2A 0 5 2C AD 1B 2C
Octal 123 217 210 52 0 5 54 255 33 54
Binary 1010011 10001111 10001000 101010 0 101 101100 10101101 11011 101100

Color Harmonies of #538F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538F88

Black with #538F88

Text Example


Text Example

White with #538F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538F88; }

 p { color: rgb(83,143,136); }

 H1.HeaderClassName
 {
   color: #538F88;
 }
 .AnyTagClassName
 {
   color: #538F88;
 }
</style>

background-color css

<style>
 a { background-color: #538F88; }

 a { background-color: rgb(83,143,136); }

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

border-color css

<style>
 span { border-color: #538F88; }

 span { border-color: rgb(83,143,136); }

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