Html Css Color HEX #51757A Breaker Bay

📋 copy color: '#51757A'

red 81 ◦ green 117 ◦ blue 122

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

Shades of Breaker Bay #51757A

Tints of Breaker Bay #51757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.56%

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

R = 25.31%
G = 36.56%
B = 38.13%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#51757A (or 0x51757A) is known color: Breaker Bay. HEX triplet: 51, 75 and 7A. RGB value is (81,117,122). Sum of RGB (Red+Green+Blue) = 81+117+122=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 122 - color contains mainly: blue. Hex color #51757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51757A is #AE8A85. Grayscale: #6A6A6A. Windows color (decimal): -11438726 or 8025425. OLE color: 8025425.

HSL color Cylindrical-coordinate representation of color #51757A: hue angle of 187.32º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #51757A is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 117 122 -
CMYK 0.34 0.04 0 0.52
HSL 187.32º 0.2% 0.4% -
HSV(B) 187.32º 0.34% 0.48% -
XYZ 13.27 15.88 20.78 -
YUV 106.81 136.57 109.59 -
System Red Green Blue C M Y K H S L
Decimal 81 117 122 0.34 0.04 0 0.52 187.32 0.2 0.4
Hex 51 75 7A 22 4 0 34 BB 14 28
Octal 121 165 172 42 4 0 64 273 24 50
Binary 1010001 1110101 1111010 100010 100 0 110100 10111011 10100 101000

Color Harmonies of #51757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51757A

Black with #51757A

Text Example


Text Example

White with #51757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,117,122); }

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

background-color css

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

 a { background-color: rgb(81,117,122); }

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

border-color css

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

 span { border-color: rgb(81,117,122); }

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