Html Css Color HEX #51817B Breaker Bay

📋 copy color: '#51817B'

red 81 ◦ green 129 ◦ blue 123

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

Shades of Breaker Bay #51817B

Tints of Breaker Bay #51817B

RGB

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

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

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

R = 24.32%
G = 38.74%
B = 36.94%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#51817B (or 0x51817B) is known color: Breaker Bay. HEX triplet: 51, 81 and 7B. RGB value is (81,129,123). Sum of RGB (Red+Green+Blue) = 81+129+123=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 129 - color contains mainly: green. Hex color #51817B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51817B is #AE7E84. Grayscale: #717171. Windows color (decimal): -11435653 or 8094033. OLE color: 8094033.

HSL color Cylindrical-coordinate representation of color #51817B: hue angle of 172.5º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #51817B is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 129 123 -
CMYK 0.37 0 0.05 0.49
HSL 172.5º 0.23% 0.41% -
HSV(B) 172.5º 0.37% 0.51% -
XYZ 14.82 18.88 21.6 -
YUV 113.96 133.1 104.49 -
System Red Green Blue C M Y K H S L
Decimal 81 129 123 0.37 0 0.05 0.49 172.5 0.23 0.41
Hex 51 81 7B 25 0 5 31 AC 17 29
Octal 121 201 173 45 0 5 61 254 27 51
Binary 1010001 10000001 1111011 100101 0 101 110001 10101100 10111 101001

Color Harmonies of #51817B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51817B

Black with #51817B

Text Example


Text Example

White with #51817B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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