Html Css Color HEX #527C7E Breaker Bay

📋 copy color: '#527C7E'

red 82 ◦ green 124 ◦ blue 126

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

Shades of Breaker Bay #527C7E

Tints of Breaker Bay #527C7E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.35%

 BLUE value IS 126 (49.61% from 255) = 37.95%

R = 24.7%
G = 37.35%
B = 37.95%

CMYK

 C value IS 0.35

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#527C7E (or 0x527C7E) is known color: Breaker Bay. HEX triplet: 52, 7C and 7E. RGB value is (82,124,126). Sum of RGB (Red+Green+Blue) = 82+124+126=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 126 - color contains mainly: blue. Hex color #527C7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527C7E is #AD8381. Grayscale: #6F6F6F. Windows color (decimal): -11371394 or 8289362. OLE color: 8289362.

HSL color Cylindrical-coordinate representation of color #527C7E: hue angle of 182.73º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #527C7E is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 124 126 -
CMYK 0.35 0.02 0 0.51
HSL 182.73º 0.21% 0.41% -
HSV(B) 182.73º 0.35% 0.49% -
XYZ 14.45 17.72 22.4 -
YUV 111.67 136.09 106.84 -
System Red Green Blue C M Y K H S L
Decimal 82 124 126 0.35 0.02 0 0.51 182.73 0.21 0.41
Hex 52 7C 7E 23 2 0 33 B7 15 29
Octal 122 174 176 43 2 0 63 267 25 51
Binary 1010010 1111100 1111110 100011 10 0 110011 10110111 10101 101001

Color Harmonies of #527C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527C7E

Black with #527C7E

Text Example


Text Example

White with #527C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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