Html Css Color HEX #517274 Breaker Bay

📋 copy color: '#517274'

red 81 ◦ green 114 ◦ blue 116

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

Shades of Breaker Bay #517274

Tints of Breaker Bay #517274

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.66%

 BLUE value IS 116 (45.7% from 255) = 37.3%

R = 26.05%
G = 36.66%
B = 37.3%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#517274 (or 0x517274) is known color: Breaker Bay. HEX triplet: 51, 72 and 74. RGB value is (81,114,116). Sum of RGB (Red+Green+Blue) = 81+114+116=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 116 - color contains mainly: blue. Hex color #517274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517274 is #AE8D8B. Grayscale: #686868. Windows color (decimal): -11439500 or 7631441. OLE color: 7631441.

HSL color Cylindrical-coordinate representation of color #517274: hue angle of 183.43º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #517274 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 114 116 -
CMYK 0.30 0.02 0 0.55
HSL 183.43º 0.18% 0.39% -
HSV(B) 183.43º 0.3% 0.45% -
XYZ 12.56 15.04 18.76 -
YUV 104.36 134.57 111.34 -
System Red Green Blue C M Y K H S L
Decimal 81 114 116 0.30 0.02 0 0.55 183.43 0.18 0.39
Hex 51 72 74 1E 2 0 37 B7 12 27
Octal 121 162 164 36 2 0 67 267 22 47
Binary 1010001 1110010 1110100 11110 10 0 110111 10110111 10010 100111

Color Harmonies of #517274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517274

Black with #517274

Text Example


Text Example

White with #517274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517274; }

 p { color: rgb(81,114,116); }

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

background-color css

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

 a { background-color: rgb(81,114,116); }

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

border-color css

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

 span { border-color: rgb(81,114,116); }

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