Html Css Color HEX #537478 Breaker Bay

📋 copy color: '#537478'

red 83 ◦ green 116 ◦ blue 120

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

Shades of Breaker Bay #537478

Tints of Breaker Bay #537478

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.36%

 BLUE value IS 120 (47.27% from 255) = 37.62%

R = 26.02%
G = 36.36%
B = 37.62%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#537478 (or 0x537478) is known color: Breaker Bay. HEX triplet: 53, 74 and 78. RGB value is (83,116,120). Sum of RGB (Red+Green+Blue) = 83+116+120=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 120 - color contains mainly: blue. Hex color #537478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537478 is #AC8B87. Grayscale: #6A6A6A. Windows color (decimal): -11307912 or 7894099. OLE color: 7894099.

HSL color Cylindrical-coordinate representation of color #537478: hue angle of 186.49º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #537478 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 116 120 -
CMYK 0.31 0.03 0 0.53
HSL 186.49º 0.18% 0.4% -
HSV(B) 186.49º 0.31% 0.47% -
XYZ 13.2 15.69 20.1 -
YUV 106.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 83 116 120 0.31 0.03 0 0.53 186.49 0.18 0.4
Hex 53 74 78 1F 3 0 35 BA 12 28
Octal 123 164 170 37 3 0 65 272 22 50
Binary 1010011 1110100 1111000 11111 11 0 110101 10111010 10010 101000

Color Harmonies of #537478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537478

Black with #537478

Text Example


Text Example

White with #537478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537478; }

 p { color: rgb(83,116,120); }

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

background-color css

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

 a { background-color: rgb(83,116,120); }

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

border-color css

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

 span { border-color: rgb(83,116,120); }

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