Html Css Color HEX #51807B Breaker Bay

📋 copy color: '#51807B'

red 81 ◦ green 128 ◦ blue 123

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

Shades of Breaker Bay #51807B

Tints of Breaker Bay #51807B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.55%

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

R = 24.4%
G = 38.55%
B = 37.05%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#51807B (or 0x51807B) is known color: Breaker Bay. HEX triplet: 51, 80 and 7B. RGB value is (81,128,123). Sum of RGB (Red+Green+Blue) = 81+128+123=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 128 - color contains mainly: green. Hex color #51807B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51807B is #AE7F84. Grayscale: #717171. Windows color (decimal): -11435909 or 8093777. OLE color: 8093777.

HSL color Cylindrical-coordinate representation of color #51807B: hue angle of 173.62º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #51807B is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 128 123 -
CMYK 0.37 0 0.04 0.50
HSL 173.62º 0.22% 0.41% -
HSV(B) 173.62º 0.37% 0.5% -
XYZ 14.69 18.62 21.56 -
YUV 113.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 81 128 123 0.37 0 0.04 0.50 173.62 0.22 0.41
Hex 51 80 7B 25 0 4 32 AE 16 29
Octal 121 200 173 45 0 4 62 256 26 51
Binary 1010001 10000000 1111011 100101 0 100 110010 10101110 10110 101001

Color Harmonies of #51807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51807B

Black with #51807B

Text Example


Text Example

White with #51807B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,128,123); }

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

background-color css

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

 a { background-color: rgb(81,128,123); }

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

border-color css

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

 span { border-color: rgb(81,128,123); }

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