Html Css Color HEX #517779 Breaker Bay

📋 copy color: '#517779'

red 81 ◦ green 119 ◦ blue 121

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

Shades of Breaker Bay #517779

Tints of Breaker Bay #517779

RGB

 RED value IS 81 (32.03% from 255) = 25.23%

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

 BLUE value IS 121 (47.66% from 255) = 37.69%

R = 25.23%
G = 37.07%
B = 37.69%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#517779 (or 0x517779) is known color: Breaker Bay. HEX triplet: 51, 77 and 79. RGB value is (81,119,121). Sum of RGB (Red+Green+Blue) = 81+119+121=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 121 - color contains mainly: blue. Hex color #517779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517779 is #AE8886. Grayscale: #6B6B6B. Windows color (decimal): -11438215 or 7960401. OLE color: 7960401.

HSL color Cylindrical-coordinate representation of color #517779: hue angle of 183º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #517779 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 119 121 -
CMYK 0.33 0.02 0 0.53
HSL 183º 0.2% 0.4% -
HSV(B) 183º 0.33% 0.47% -
XYZ 13.44 16.32 20.53 -
YUV 107.87 135.41 108.84 -
System Red Green Blue C M Y K H S L
Decimal 81 119 121 0.33 0.02 0 0.53 183 0.2 0.4
Hex 51 77 79 21 2 0 35 B7 14 28
Octal 121 167 171 41 2 0 65 267 24 50
Binary 1010001 1110111 1111001 100001 10 0 110101 10110111 10100 101000

Color Harmonies of #517779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517779

Black with #517779

Text Example


Text Example

White with #517779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517779; }

 p { color: rgb(81,119,121); }

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

background-color css

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

 a { background-color: rgb(81,119,121); }

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

border-color css

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

 span { border-color: rgb(81,119,121); }

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