Html Css Color HEX #57817D Breaker Bay

📋 copy color: '#57817D'

red 87 ◦ green 129 ◦ blue 125

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

Shades of Breaker Bay #57817D

Tints of Breaker Bay #57817D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.83%

 BLUE value IS 125 (49.22% from 255) = 36.66%

R = 25.51%
G = 37.83%
B = 36.66%

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

#57817D (or 0x57817D) is known color: Breaker Bay. HEX triplet: 57, 81 and 7D. RGB value is (87,129,125). Sum of RGB (Red+Green+Blue) = 87+129+125=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 129 - color contains mainly: green. Hex color #57817D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57817D is #A87E82. Grayscale: #737373. Windows color (decimal): -11042435 or 8225111. OLE color: 8225111.

HSL color Cylindrical-coordinate representation of color #57817D: hue angle of 174.29º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #57817D is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 129 125 -
CMYK 0.33 0 0.03 0.49
HSL 174.29º 0.19% 0.42% -
HSV(B) 174.29º 0.33% 0.51% -
XYZ 15.48 19.21 22.29 -
YUV 115.99 133.09 107.33 -
System Red Green Blue C M Y K H S L
Decimal 87 129 125 0.33 0 0.03 0.49 174.29 0.19 0.42
Hex 57 81 7D 21 0 3 31 AE 13 2A
Octal 127 201 175 41 0 3 61 256 23 52
Binary 1010111 10000001 1111101 100001 0 11 110001 10101110 10011 101010

Color Harmonies of #57817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57817D

Black with #57817D

Text Example


Text Example

White with #57817D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57817D; }

 p { color: rgb(87,129,125); }

 H1.HeaderClassName
 {
   color: #57817D;
 }
 .AnyTagClassName
 {
   color: #57817D;
 }
</style>

background-color css

<style>
 a { background-color: #57817D; }

 a { background-color: rgb(87,129,125); }

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

border-color css

<style>
 span { border-color: #57817D; }

 span { border-color: rgb(87,129,125); }

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