Html Css Color HEX #578380 Breaker Bay

📋 copy color: '#578380'

red 87 ◦ green 131 ◦ blue 128

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

Shades of Breaker Bay #578380

Tints of Breaker Bay #578380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.86%

 BLUE value IS 128 (50.39% from 255) = 36.99%

R = 25.14%
G = 37.86%
B = 36.99%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#578380 (or 0x578380) is known color: Breaker Bay. HEX triplet: 57, 83 and 80. RGB value is (87,131,128). Sum of RGB (Red+Green+Blue) = 87+131+128=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 131 - color contains mainly: green. Hex color #578380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578380 is #A87C7F. Grayscale: #757575. Windows color (decimal): -11041920 or 8422231. OLE color: 8422231.

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

Color convert

RGB 87 131 128 -
CMYK 0.34 0 0.02 0.49
HSL 175.91º 0.2% 0.43% -
HSV(B) 175.91º 0.34% 0.51% -
XYZ 15.94 19.82 23.41 -
YUV 117.5 133.92 106.24 -
System Red Green Blue C M Y K H S L
Decimal 87 131 128 0.34 0 0.02 0.49 175.91 0.2 0.43
Hex 57 83 80 22 0 2 31 B0 14 2B
Octal 127 203 200 42 0 2 61 260 24 53
Binary 1010111 10000011 10000000 100010 0 10 110001 10110000 10100 101011

Color Harmonies of #578380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578380

Black with #578380

Text Example


Text Example

White with #578380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578380; }

 p { color: rgb(87,131,128); }

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

background-color css

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

 a { background-color: rgb(87,131,128); }

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

border-color css

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

 span { border-color: rgb(87,131,128); }

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