Html Css Color HEX #52777A Breaker Bay

📋 copy color: '#52777A'

red 82 ◦ green 119 ◦ blue 122

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

Shades of Breaker Bay #52777A

Tints of Breaker Bay #52777A

RGB

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

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

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

R = 25.39%
G = 36.84%
B = 37.77%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#52777A (or 0x52777A) is known color: Breaker Bay. HEX triplet: 52, 77 and 7A. RGB value is (82,119,122). Sum of RGB (Red+Green+Blue) = 82+119+122=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 122 - color contains mainly: blue. Hex color #52777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52777A is #AD8885. Grayscale: #6C6C6C. Windows color (decimal): -11372678 or 8025938. OLE color: 8025938.

HSL color Cylindrical-coordinate representation of color #52777A: hue angle of 184.5º 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 #52777A is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 119 122 -
CMYK 0.33 0.02 0 0.52
HSL 184.5º 0.2% 0.4% -
HSV(B) 184.5º 0.33% 0.48% -
XYZ 13.59 16.39 20.86 -
YUV 108.28 135.74 109.26 -
System Red Green Blue C M Y K H S L
Decimal 82 119 122 0.33 0.02 0 0.52 184.5 0.2 0.4
Hex 52 77 7A 21 2 0 34 B8 14 28
Octal 122 167 172 41 2 0 64 270 24 50
Binary 1010010 1110111 1111010 100001 10 0 110100 10111000 10100 101000

Color Harmonies of #52777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52777A

Black with #52777A

Text Example


Text Example

White with #52777A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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