Html Css Color HEX #5C827B Breaker Bay

📋 copy color: '#5C827B'

red 92 ◦ green 130 ◦ blue 123

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

Shades of Breaker Bay #5C827B

Tints of Breaker Bay #5C827B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.68%

 BLUE value IS 123 (48.44% from 255) = 35.65%

R = 26.67%
G = 37.68%
B = 35.65%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#5C827B (or 0x5C827B) is known color: Breaker Bay. HEX triplet: 5C, 82 and 7B. RGB value is (92,130,123). Sum of RGB (Red+Green+Blue) = 92+130+123=345 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.67% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 130 - color contains mainly: green. Hex color #5C827B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C827B is #A37D84. Grayscale: #757575. Windows color (decimal): -10714501 or 8094300. OLE color: 8094300.

HSL color Cylindrical-coordinate representation of color #5C827B: hue angle of 168.95º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C827B is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 92 130 123 -
CMYK 0.29 0 0.05 0.49
HSL 168.95º 0.17% 0.44% -
HSV(B) 168.95º 0.29% 0.51% -
XYZ 15.97 19.67 21.69 -
YUV 117.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 92 130 123 0.29 0 0.05 0.49 168.95 0.17 0.44
Hex 5C 82 7B 1D 0 5 31 A9 11 2C
Octal 134 202 173 35 0 5 61 251 21 54
Binary 1011100 10000010 1111011 11101 0 101 110001 10101001 10001 101100

Color Harmonies of #5C827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C827B

Black with #5C827B

Text Example


Text Example

White with #5C827B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,130,123); }

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

background-color css

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

 a { background-color: rgb(92,130,123); }

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

border-color css

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

 span { border-color: rgb(92,130,123); }

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