Html Css Color HEX #5C7D7F Breaker Bay

📋 copy color: '#5C7D7F'

red 92 ◦ green 125 ◦ blue 127

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

Shades of Breaker Bay #5C7D7F

Tints of Breaker Bay #5C7D7F

RGB

 RED value IS 92 (36.33% from 255) = 26.74%

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

 BLUE value IS 127 (50% from 255) = 36.92%

R = 26.74%
G = 36.34%
B = 36.92%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5C7D7F (or 0x5C7D7F) is known color: Breaker Bay. HEX triplet: 5C, 7D and 7F. RGB value is (92,125,127). Sum of RGB (Red+Green+Blue) = 92+125+127=344 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.74% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 127 - color contains mainly: blue. Hex color #5C7D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7D7F is #A38280. Grayscale: #737373. Windows color (decimal): -10715777 or 8355164. OLE color: 8355164.

HSL color Cylindrical-coordinate representation of color #5C7D7F: hue angle of 183.43º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5C7D7F is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 92 125 127 -
CMYK 0.28 0.02 0 0.50
HSL 183.43º 0.16% 0.43% -
HSV(B) 183.43º 0.28% 0.5% -
XYZ 15.58 18.47 22.82 -
YUV 115.36 134.57 111.34 -
System Red Green Blue C M Y K H S L
Decimal 92 125 127 0.28 0.02 0 0.50 183.43 0.16 0.43
Hex 5C 7D 7F 1C 2 0 32 B7 10 2B
Octal 134 175 177 34 2 0 62 267 20 53
Binary 1011100 1111101 1111111 11100 10 0 110010 10110111 10000 101011

Color Harmonies of #5C7D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7D7F

Black with #5C7D7F

Text Example


Text Example

White with #5C7D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C7D7F; }

 p { color: rgb(92,125,127); }

 H1.HeaderClassName
 {
   color: #5C7D7F;
 }
 .AnyTagClassName
 {
   color: #5C7D7F;
 }
</style>

background-color css

<style>
 a { background-color: #5C7D7F; }

 a { background-color: rgb(92,125,127); }

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

border-color css

<style>
 span { border-color: #5C7D7F; }

 span { border-color: rgb(92,125,127); }

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