Html Css Color HEX #57827A Breaker Bay

📋 copy color: '#57827A'

red 87 ◦ green 130 ◦ blue 122

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

Shades of Breaker Bay #57827A

Tints of Breaker Bay #57827A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.99%

R = 25.66%
G = 38.35%
B = 35.99%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#57827A (or 0x57827A) is known color: Breaker Bay. HEX triplet: 57, 82 and 7A. RGB value is (87,130,122). Sum of RGB (Red+Green+Blue) = 87+130+122=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 130 - color contains mainly: green. Hex color #57827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57827A is #A87D85. Grayscale: #747474. Windows color (decimal): -11042182 or 8028759. OLE color: 8028759.

HSL color Cylindrical-coordinate representation of color #57827A: hue angle of 168.84º 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 #57827A is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 130 122 -
CMYK 0.33 0 0.06 0.49
HSL 168.84º 0.2% 0.43% -
HSV(B) 168.84º 0.33% 0.51% -
XYZ 15.43 19.4 21.34 -
YUV 116.23 131.25 107.15 -
System Red Green Blue C M Y K H S L
Decimal 87 130 122 0.33 0 0.06 0.49 168.84 0.2 0.43
Hex 57 82 7A 21 0 6 31 A9 14 2B
Octal 127 202 172 41 0 6 61 251 24 53
Binary 1010111 10000010 1111010 100001 0 110 110001 10101001 10100 101011

Color Harmonies of #57827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57827A

Black with #57827A

Text Example


Text Example

White with #57827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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