Html Css Color HEX #567D7C Breaker Bay

📋 copy color: '#567D7C'

red 86 ◦ green 125 ◦ blue 124

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

Shades of Breaker Bay #567D7C

Tints of Breaker Bay #567D7C

RGB

 RED value IS 86 (33.98% from 255) = 25.67%

 GREEN value IS 125 (49.22% from 255) = 37.31%

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

R = 25.67%
G = 37.31%
B = 37.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#567D7C (or 0x567D7C) is known color: Breaker Bay. HEX triplet: 56, 7D and 7C. RGB value is (86,125,124). Sum of RGB (Red+Green+Blue) = 86+125+124=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 125 - color contains mainly: green. Hex color #567D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567D7C is #A98283. Grayscale: #717171. Windows color (decimal): -11108996 or 8158550. OLE color: 8158550.

HSL color Cylindrical-coordinate representation of color #567D7C: hue angle of 178.46º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #567D7C is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 125 124 -
CMYK 0.31 0 0.01 0.51
HSL 178.46º 0.18% 0.41% -
HSV(B) 178.46º 0.31% 0.49% -
XYZ 14.81 18.1 21.78 -
YUV 113.23 134.08 108.58 -
System Red Green Blue C M Y K H S L
Decimal 86 125 124 0.31 0 0.01 0.51 178.46 0.18 0.41
Hex 56 7D 7C 1F 0 1 33 B2 12 29
Octal 126 175 174 37 0 1 63 262 22 51
Binary 1010110 1111101 1111100 11111 0 1 110011 10110010 10010 101001

Color Harmonies of #567D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567D7C

Black with #567D7C

Text Example


Text Example

White with #567D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567D7C; }

 p { color: rgb(86,125,124); }

 H1.HeaderClassName
 {
   color: #567D7C;
 }
 .AnyTagClassName
 {
   color: #567D7C;
 }
</style>

background-color css

<style>
 a { background-color: #567D7C; }

 a { background-color: rgb(86,125,124); }

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

border-color css

<style>
 span { border-color: #567D7C; }

 span { border-color: rgb(86,125,124); }

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