Html Css Color HEX #538280 Breaker Bay

📋 copy color: '#538280'

red 83 ◦ green 130 ◦ blue 128

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

Shades of Breaker Bay #538280

Tints of Breaker Bay #538280

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.12%

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

R = 24.34%
G = 38.12%
B = 37.54%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#538280 (or 0x538280) is known color: Breaker Bay. HEX triplet: 53, 82 and 80. RGB value is (83,130,128). Sum of RGB (Red+Green+Blue) = 83+130+128=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 130 - color contains mainly: green. Hex color #538280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538280 is #AC7D7F. Grayscale: #737373. Windows color (decimal): -11304320 or 8421971. OLE color: 8421971.

HSL color Cylindrical-coordinate representation of color #538280: hue angle of 177.45º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #538280 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 130 128 -
CMYK 0.36 0 0.02 0.49
HSL 177.45º 0.22% 0.42% -
HSV(B) 177.45º 0.36% 0.51% -
XYZ 15.45 19.36 23.35 -
YUV 115.72 134.93 104.66 -
System Red Green Blue C M Y K H S L
Decimal 83 130 128 0.36 0 0.02 0.49 177.45 0.22 0.42
Hex 53 82 80 24 0 2 31 B1 16 2A
Octal 123 202 200 44 0 2 61 261 26 52
Binary 1010011 10000010 10000000 100100 0 10 110001 10110001 10110 101010

Color Harmonies of #538280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538280

Black with #538280

Text Example


Text Example

White with #538280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538280; }

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

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

background-color css

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

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

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

border-color css

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

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

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