Html Css Color HEX #52777B Breaker Bay

📋 copy color: '#52777B'

red 82 ◦ green 119 ◦ blue 123

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

Shades of Breaker Bay #52777B

Tints of Breaker Bay #52777B

RGB

 RED value IS 82 (32.42% from 255) = 25.31%

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

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

R = 25.31%
G = 36.73%
B = 37.96%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#52777B (or 0x52777B) is known color: Breaker Bay. HEX triplet: 52, 77 and 7B. RGB value is (82,119,123). Sum of RGB (Red+Green+Blue) = 82+119+123=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 123 - color contains mainly: blue. Hex color #52777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52777B is #AD8884. Grayscale: #6C6C6C. Windows color (decimal): -11372677 or 8091474. OLE color: 8091474.

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

Color convert

RGB 82 119 123 -
CMYK 0.33 0.03 0 0.52
HSL 185.85º 0.2% 0.4% -
HSV(B) 185.85º 0.33% 0.48% -
XYZ 13.65 16.42 21.19 -
YUV 108.39 136.24 109.17 -
System Red Green Blue C M Y K H S L
Decimal 82 119 123 0.33 0.03 0 0.52 185.85 0.2 0.4
Hex 52 77 7B 21 3 0 34 BA 14 28
Octal 122 167 173 41 3 0 64 272 24 50
Binary 1010010 1110111 1111011 100001 11 0 110100 10111010 10100 101000

Color Harmonies of #52777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52777B

Black with #52777B

Text Example


Text Example

White with #52777B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,119,123); }

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

background-color css

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

 a { background-color: rgb(82,119,123); }

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

border-color css

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

 span { border-color: rgb(82,119,123); }

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