Html Css Color HEX #56817B Breaker Bay

📋 copy color: '#56817B'

red 86 ◦ green 129 ◦ blue 123

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

Shades of Breaker Bay #56817B

Tints of Breaker Bay #56817B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.17%

 BLUE value IS 123 (48.44% from 255) = 36.39%

R = 25.44%
G = 38.17%
B = 36.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#56817B (or 0x56817B) is known color: Breaker Bay. HEX triplet: 56, 81 and 7B. RGB value is (86,129,123). Sum of RGB (Red+Green+Blue) = 86+129+123=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 129 - color contains mainly: green. Hex color #56817B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56817B is #A97E84. Grayscale: #737373. Windows color (decimal): -11107973 or 8094038. OLE color: 8094038.

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

Color convert

RGB 86 129 123 -
CMYK 0.33 0 0.05 0.49
HSL 171.63º 0.2% 0.42% -
HSV(B) 171.63º 0.33% 0.51% -
XYZ 15.26 19.11 21.62 -
YUV 115.46 132.25 106.99 -
System Red Green Blue C M Y K H S L
Decimal 86 129 123 0.33 0 0.05 0.49 171.63 0.2 0.42
Hex 56 81 7B 21 0 5 31 AC 14 2A
Octal 126 201 173 41 0 5 61 254 24 52
Binary 1010110 10000001 1111011 100001 0 101 110001 10101100 10100 101010

Color Harmonies of #56817B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56817B

Black with #56817B

Text Example


Text Example

White with #56817B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56817B; }

 p { color: rgb(86,129,123); }

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

background-color css

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

 a { background-color: rgb(86,129,123); }

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

border-color css

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

 span { border-color: rgb(86,129,123); }

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