Html Css Color HEX #537778 Breaker Bay

📋 copy color: '#537778'

red 83 ◦ green 119 ◦ blue 120

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

Shades of Breaker Bay #537778

Tints of Breaker Bay #537778

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.96%

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

R = 25.78%
G = 36.96%
B = 37.27%

CMYK

 C value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#537778 (or 0x537778) is known color: Breaker Bay. HEX triplet: 53, 77 and 78. RGB value is (83,119,120). Sum of RGB (Red+Green+Blue) = 83+119+120=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 120 - color contains mainly: blue. Hex color #537778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537778 is #AC8887. Grayscale: #6C6C6C. Windows color (decimal): -11307144 or 7894867. OLE color: 7894867.

HSL color Cylindrical-coordinate representation of color #537778: hue angle of 181.62º 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 #537778 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 119 120 -
CMYK 0.31 0.01 0 0.53
HSL 181.62º 0.18% 0.4% -
HSV(B) 181.62º 0.31% 0.47% -
XYZ 13.55 16.39 20.22 -
YUV 108.35 134.57 109.92 -
System Red Green Blue C M Y K H S L
Decimal 83 119 120 0.31 0.01 0 0.53 181.62 0.18 0.4
Hex 53 77 78 1F 1 0 35 B6 12 28
Octal 123 167 170 37 1 0 65 266 22 50
Binary 1010011 1110111 1111000 11111 1 0 110101 10110110 10010 101000

Color Harmonies of #537778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537778

Black with #537778

Text Example


Text Example

White with #537778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537778; }

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

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

background-color css

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

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

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

border-color css

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

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

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