Html Css Color HEX #57827E Breaker Bay

📋 copy color: '#57827E'

red 87 ◦ green 130 ◦ blue 126

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

Shades of Breaker Bay #57827E

Tints of Breaker Bay #57827E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.73%

R = 25.36%
G = 37.9%
B = 36.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#57827E (or 0x57827E) is known color: Breaker Bay. HEX triplet: 57, 82 and 7E. RGB value is (87,130,126). Sum of RGB (Red+Green+Blue) = 87+130+126=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 130 - color contains mainly: green. Hex color #57827E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57827E is #A87D81. Grayscale: #747474. Windows color (decimal): -11042178 or 8290903. OLE color: 8290903.

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

Color convert

RGB 87 130 126 -
CMYK 0.33 0 0.03 0.49
HSL 174.42º 0.2% 0.43% -
HSV(B) 174.42º 0.33% 0.51% -
XYZ 15.68 19.5 22.68 -
YUV 116.69 133.25 106.83 -
System Red Green Blue C M Y K H S L
Decimal 87 130 126 0.33 0 0.03 0.49 174.42 0.2 0.43
Hex 57 82 7E 21 0 3 31 AE 14 2B
Octal 127 202 176 41 0 3 61 256 24 53
Binary 1010111 10000010 1111110 100001 0 11 110001 10101110 10100 101011

Color Harmonies of #57827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57827E

Black with #57827E

Text Example


Text Example

White with #57827E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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