Html Css Color HEX #56817E Breaker Bay

📋 copy color: '#56817E'

red 86 ◦ green 129 ◦ blue 126

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

Shades of Breaker Bay #56817E

Tints of Breaker Bay #56817E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.95%

R = 25.22%
G = 37.83%
B = 36.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#56817E (or 0x56817E) is known color: Breaker Bay. HEX triplet: 56, 81 and 7E. RGB value is (86,129,126). Sum of RGB (Red+Green+Blue) = 86+129+126=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 129 - color contains mainly: green. Hex color #56817E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56817E is #A97E81. Grayscale: #737373. Windows color (decimal): -11107970 or 8290646. OLE color: 8290646.

HSL color Cylindrical-coordinate representation of color #56817E: hue angle of 175.81º 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 #56817E is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 129 126 -
CMYK 0.33 0 0.02 0.49
HSL 175.81º 0.2% 0.42% -
HSV(B) 175.81º 0.33% 0.51% -
XYZ 15.45 19.19 22.63 -
YUV 115.8 133.75 106.74 -
System Red Green Blue C M Y K H S L
Decimal 86 129 126 0.33 0 0.02 0.49 175.81 0.2 0.42
Hex 56 81 7E 21 0 2 31 B0 14 2A
Octal 126 201 176 41 0 2 61 260 24 52
Binary 1010110 10000001 1111110 100001 0 10 110001 10110000 10100 101010

Color Harmonies of #56817E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56817E

Black with #56817E

Text Example


Text Example

White with #56817E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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