Html Css Color HEX #56767A Breaker Bay

📋 copy color: '#56767A'

red 86 ◦ green 118 ◦ blue 122

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

Shades of Breaker Bay #56767A

Tints of Breaker Bay #56767A

RGB

 RED value IS 86 (33.98% from 255) = 26.38%

 GREEN value IS 118 (46.48% from 255) = 36.2%

 BLUE value IS 122 (48.05% from 255) = 37.42%

R = 26.38%
G = 36.2%
B = 37.42%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#56767A (or 0x56767A) is known color: Breaker Bay. HEX triplet: 56, 76 and 7A. RGB value is (86,118,122). Sum of RGB (Red+Green+Blue) = 86+118+122=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 122 - color contains mainly: blue. Hex color #56767A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56767A is #A98985. Grayscale: #6C6C6C. Windows color (decimal): -11110790 or 8025686. OLE color: 8025686.

HSL color Cylindrical-coordinate representation of color #56767A: hue angle of 186.67º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #56767A is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 86 118 122 -
CMYK 0.30 0.03 0 0.52
HSL 186.67º 0.17% 0.41% -
HSV(B) 186.67º 0.3% 0.48% -
XYZ 13.83 16.34 20.84 -
YUV 108.89 135.4 111.67 -
System Red Green Blue C M Y K H S L
Decimal 86 118 122 0.30 0.03 0 0.52 186.67 0.17 0.41
Hex 56 76 7A 1E 3 0 34 BB 11 29
Octal 126 166 172 36 3 0 64 273 21 51
Binary 1010110 1110110 1111010 11110 11 0 110100 10111011 10001 101001

Color Harmonies of #56767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56767A

Black with #56767A

Text Example


Text Example

White with #56767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56767A; }

 p { color: rgb(86,118,122); }

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

background-color css

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

 a { background-color: rgb(86,118,122); }

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

border-color css

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

 span { border-color: rgb(86,118,122); }

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