Html Css Color HEX #538479 Breaker Bay

📋 copy color: '#538479'

red 83 ◦ green 132 ◦ blue 121

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

Shades of Breaker Bay #538479

Tints of Breaker Bay #538479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.29%

 BLUE value IS 121 (47.66% from 255) = 36.01%

R = 24.7%
G = 39.29%
B = 36.01%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#538479 (or 0x538479) is known color: Breaker Bay. HEX triplet: 53, 84 and 79. RGB value is (83,132,121). Sum of RGB (Red+Green+Blue) = 83+132+121=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 132 - color contains mainly: green. Hex color #538479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538479 is #AC7B86. Grayscale: #747474. Windows color (decimal): -11303815 or 7963731. OLE color: 7963731.

HSL color Cylindrical-coordinate representation of color #538479: hue angle of 166.53º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #538479 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 132 121 -
CMYK 0.37 0 0.08 0.48
HSL 166.53º 0.23% 0.42% -
HSV(B) 166.53º 0.37% 0.52% -
XYZ 15.27 19.72 21.09 -
YUV 116.1 130.77 104.39 -
System Red Green Blue C M Y K H S L
Decimal 83 132 121 0.37 0 0.08 0.48 166.53 0.23 0.42
Hex 53 84 79 25 0 8 30 A7 17 2A
Octal 123 204 171 45 0 10 60 247 27 52
Binary 1010011 10000100 1111001 100101 0 1000 110000 10100111 10111 101010

Color Harmonies of #538479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538479

Black with #538479

Text Example


Text Example

White with #538479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538479; }

 p { color: rgb(83,132,121); }

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

background-color css

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

 a { background-color: rgb(83,132,121); }

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

border-color css

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

 span { border-color: rgb(83,132,121); }

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