Html Css Color HEX #53787C Breaker Bay

📋 copy color: '#53787C'

red 83 ◦ green 120 ◦ blue 124

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

Shades of Breaker Bay #53787C

Tints of Breaker Bay #53787C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.7%

 BLUE value IS 124 (48.83% from 255) = 37.92%

R = 25.38%
G = 36.7%
B = 37.92%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53787C (or 0x53787C) is known color: Breaker Bay. HEX triplet: 53, 78 and 7C. RGB value is (83,120,124). Sum of RGB (Red+Green+Blue) = 83+120+124=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 124 - color contains mainly: blue. Hex color #53787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53787C is #AC8783. Grayscale: #6D6D6D. Windows color (decimal): -11306884 or 8157267. OLE color: 8157267.

HSL color Cylindrical-coordinate representation of color #53787C: hue angle of 185.85º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53787C is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 120 124 -
CMYK 0.33 0.03 0 0.51
HSL 185.85º 0.2% 0.41% -
HSV(B) 185.85º 0.33% 0.49% -
XYZ 13.92 16.73 21.56 -
YUV 109.39 136.24 109.17 -
System Red Green Blue C M Y K H S L
Decimal 83 120 124 0.33 0.03 0 0.51 185.85 0.2 0.41
Hex 53 78 7C 21 3 0 33 BA 14 29
Octal 123 170 174 41 3 0 63 272 24 51
Binary 1010011 1111000 1111100 100001 11 0 110011 10111010 10100 101001

Color Harmonies of #53787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53787C

Black with #53787C

Text Example


Text Example

White with #53787C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53787C; }

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

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

background-color css

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

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

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

border-color css

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

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

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