Html Css Color HEX #57827B Breaker Bay

📋 copy color: '#57827B'

red 87 ◦ green 130 ◦ blue 123

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

Shades of Breaker Bay #57827B

Tints of Breaker Bay #57827B

RGB

 RED value IS 87 (34.38% from 255) = 25.59%

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

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

R = 25.59%
G = 38.24%
B = 36.18%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#57827B (or 0x57827B) is known color: Breaker Bay. HEX triplet: 57, 82 and 7B. RGB value is (87,130,123). Sum of RGB (Red+Green+Blue) = 87+130+123=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 130 - color contains mainly: green. Hex color #57827B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57827B is #A87D84. Grayscale: #747474. Windows color (decimal): -11042181 or 8094295. OLE color: 8094295.

HSL color Cylindrical-coordinate representation of color #57827B: hue angle of 170.23º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #57827B is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 130 123 -
CMYK 0.33 0 0.05 0.49
HSL 170.23º 0.2% 0.43% -
HSV(B) 170.23º 0.33% 0.51% -
XYZ 15.49 19.42 21.67 -
YUV 116.35 131.75 107.07 -
System Red Green Blue C M Y K H S L
Decimal 87 130 123 0.33 0 0.05 0.49 170.23 0.2 0.43
Hex 57 82 7B 21 0 5 31 AA 14 2B
Octal 127 202 173 41 0 5 61 252 24 53
Binary 1010111 10000010 1111011 100001 0 101 110001 10101010 10100 101011

Color Harmonies of #57827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57827B

Black with #57827B

Text Example


Text Example

White with #57827B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57827B; }

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

 H1.HeaderClassName
 {
   color: #57827B;
 }
 .AnyTagClassName
 {
   color: #57827B;
 }
</style>

background-color css

<style>
 a { background-color: #57827B; }

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

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

border-color css

<style>
 span { border-color: #57827B; }

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

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