Html Css Color HEX #539888 Lochinvar

📋 copy color: '#539888'

red 83 ◦ green 152 ◦ blue 136

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

Shades of Lochinvar #539888

Tints of Lochinvar #539888

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.97%

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

R = 22.37%
G = 40.97%
B = 36.66%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#539888 (or 0x539888) is known color: Lochinvar. HEX triplet: 53, 98 and 88. RGB value is (83,152,136). Sum of RGB (Red+Green+Blue) = 83+152+136=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #539888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539888 is #AC6777. Grayscale: #818181. Windows color (decimal): -11298680 or 8951891. OLE color: 8951891.

HSL color Cylindrical-coordinate representation of color #539888: hue angle of 166.09º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #539888 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 152 136 -
CMYK 0.45 0 0.11 0.40
HSL 166.09º 0.29% 0.46% -
HSV(B) 166.09º 0.45% 0.6% -
XYZ 19.24 26.07 27.31 -
YUV 129.55 131.64 94.8 -
System Red Green Blue C M Y K H S L
Decimal 83 152 136 0.45 0 0.11 0.40 166.09 0.29 0.46
Hex 53 98 88 2D 0 B 28 A6 1D 2E
Octal 123 230 210 55 0 13 50 246 35 56
Binary 1010011 10011000 10001000 101101 0 1011 101000 10100110 11101 101110

Color Harmonies of #539888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539888

Black with #539888

Text Example


Text Example

White with #539888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539888; }

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

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

background-color css

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

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

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

border-color css

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

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

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