Html Css Color HEX #527B7C Breaker Bay

📋 copy color: '#527B7C'

red 82 ◦ green 123 ◦ blue 124

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

Shades of Breaker Bay #527B7C

Tints of Breaker Bay #527B7C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.39%

 BLUE value IS 124 (48.83% from 255) = 37.69%

R = 24.92%
G = 37.39%
B = 37.69%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#527B7C (or 0x527B7C) is known color: Breaker Bay. HEX triplet: 52, 7B and 7C. RGB value is (82,123,124). Sum of RGB (Red+Green+Blue) = 82+123+124=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 124 - color contains mainly: blue. Hex color #527B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527B7C is #AD8483. Grayscale: #6E6E6E. Windows color (decimal): -11371652 or 8158034. OLE color: 8158034.

HSL color Cylindrical-coordinate representation of color #527B7C: hue angle of 181.43º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #527B7C is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 123 124 -
CMYK 0.34 0.01 0 0.51
HSL 181.43º 0.2% 0.4% -
HSV(B) 181.43º 0.34% 0.49% -
XYZ 14.2 17.41 21.68 -
YUV 110.86 135.42 107.42 -
System Red Green Blue C M Y K H S L
Decimal 82 123 124 0.34 0.01 0 0.51 181.43 0.2 0.4
Hex 52 7B 7C 22 1 0 33 B5 14 28
Octal 122 173 174 42 1 0 63 265 24 50
Binary 1010010 1111011 1111100 100010 1 0 110011 10110101 10100 101000

Color Harmonies of #527B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527B7C

Black with #527B7C

Text Example


Text Example

White with #527B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527B7C; }

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

 H1.HeaderClassName
 {
   color: #527B7C;
 }
 .AnyTagClassName
 {
   color: #527B7C;
 }
</style>

background-color css

<style>
 a { background-color: #527B7C; }

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

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

border-color css

<style>
 span { border-color: #527B7C; }

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

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