Html Css Color HEX #538580 Breaker Bay

📋 copy color: '#538580'

red 83 ◦ green 133 ◦ blue 128

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

Shades of Breaker Bay #538580

Tints of Breaker Bay #538580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.66%

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

R = 24.13%
G = 38.66%
B = 37.21%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#538580 (or 0x538580) is known color: Breaker Bay. HEX triplet: 53, 85 and 80. RGB value is (83,133,128). Sum of RGB (Red+Green+Blue) = 83+133+128=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #538580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538580 is #AC7A7F. Grayscale: #757575. Windows color (decimal): -11303552 or 8422739. OLE color: 8422739.

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

Color convert

RGB 83 133 128 -
CMYK 0.38 0 0.04 0.48
HSL 174º 0.23% 0.42% -
HSV(B) 174º 0.38% 0.52% -
XYZ 15.85 20.17 23.48 -
YUV 117.48 133.94 103.41 -
System Red Green Blue C M Y K H S L
Decimal 83 133 128 0.38 0 0.04 0.48 174 0.23 0.42
Hex 53 85 80 26 0 4 30 AE 17 2A
Octal 123 205 200 46 0 4 60 256 27 52
Binary 1010011 10000101 10000000 100110 0 100 110000 10101110 10111 101010

Color Harmonies of #538580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538580

Black with #538580

Text Example


Text Example

White with #538580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538580; }

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

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

background-color css

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

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

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

border-color css

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

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

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