Html Css Color HEX #538680 Breaker Bay

📋 copy color: '#538680'

red 83 ◦ green 134 ◦ blue 128

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

Shades of Breaker Bay #538680

Tints of Breaker Bay #538680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.84%

 BLUE value IS 128 (50.39% from 255) = 37.1%

R = 24.06%
G = 38.84%
B = 37.1%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#538680 (or 0x538680) is known color: Breaker Bay. HEX triplet: 53, 86 and 80. RGB value is (83,134,128). Sum of RGB (Red+Green+Blue) = 83+134+128=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #538680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538680 is #AC797F. Grayscale: #767676. Windows color (decimal): -11303296 or 8422995. OLE color: 8422995.

HSL color Cylindrical-coordinate representation of color #538680: hue angle of 172.94º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #538680 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 134 128 -
CMYK 0.38 0 0.04 0.47
HSL 172.94º 0.24% 0.43% -
HSV(B) 172.94º 0.38% 0.53% -
XYZ 15.99 20.45 23.53 -
YUV 118.07 133.6 102.99 -
System Red Green Blue C M Y K H S L
Decimal 83 134 128 0.38 0 0.04 0.47 172.94 0.24 0.43
Hex 53 86 80 26 0 4 2F AD 18 2B
Octal 123 206 200 46 0 4 57 255 30 53
Binary 1010011 10000110 10000000 100110 0 100 101111 10101101 11000 101011

Color Harmonies of #538680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538680

Black with #538680

Text Example


Text Example

White with #538680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538680; }

 p { color: rgb(83,134,128); }

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

background-color css

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

 a { background-color: rgb(83,134,128); }

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

border-color css

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

 span { border-color: rgb(83,134,128); }

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