Html Css Color HEX #538380 Breaker Bay

📋 copy color: '#538380'

red 83 ◦ green 131 ◦ blue 128

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

Shades of Breaker Bay #538380

Tints of Breaker Bay #538380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.3%

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

R = 24.27%
G = 38.3%
B = 37.43%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#538380 (or 0x538380) is known color: Breaker Bay. HEX triplet: 53, 83 and 80. RGB value is (83,131,128). Sum of RGB (Red+Green+Blue) = 83+131+128=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 131 - color contains mainly: green. Hex color #538380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538380 is #AC7C7F. Grayscale: #747474. Windows color (decimal): -11304064 or 8422227. OLE color: 8422227.

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

Color convert

RGB 83 131 128 -
CMYK 0.37 0 0.02 0.49
HSL 176.25º 0.22% 0.42% -
HSV(B) 176.25º 0.37% 0.51% -
XYZ 15.58 19.63 23.39 -
YUV 116.31 134.6 104.24 -
System Red Green Blue C M Y K H S L
Decimal 83 131 128 0.37 0 0.02 0.49 176.25 0.22 0.42
Hex 53 83 80 25 0 2 31 B0 16 2A
Octal 123 203 200 45 0 2 61 260 26 52
Binary 1010011 10000011 10000000 100101 0 10 110001 10110000 10110 101010

Color Harmonies of #538380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538380

Black with #538380

Text Example


Text Example

White with #538380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538380; }

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

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

background-color css

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

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

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

border-color css

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

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

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