Html Css Color HEX #58827A Breaker Bay

📋 copy color: '#58827A'

red 88 ◦ green 130 ◦ blue 122

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

Shades of Breaker Bay #58827A

Tints of Breaker Bay #58827A

RGB

 RED value IS 88 (34.77% from 255) = 25.88%

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

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

R = 25.88%
G = 38.24%
B = 35.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#58827A (or 0x58827A) is known color: Breaker Bay. HEX triplet: 58, 82 and 7A. RGB value is (88,130,122). Sum of RGB (Red+Green+Blue) = 88+130+122=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 130 - color contains mainly: green. Hex color #58827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58827A is #A77D85. Grayscale: #747474. Windows color (decimal): -10976646 or 8028760. OLE color: 8028760.

HSL color Cylindrical-coordinate representation of color #58827A: hue angle of 168.57º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #58827A is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 130 122 -
CMYK 0.32 0 0.06 0.49
HSL 168.57º 0.19% 0.43% -
HSV(B) 168.57º 0.32% 0.51% -
XYZ 15.52 19.45 21.35 -
YUV 116.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 88 130 122 0.32 0 0.06 0.49 168.57 0.19 0.43
Hex 58 82 7A 20 0 6 31 A9 13 2B
Octal 130 202 172 40 0 6 61 251 23 53
Binary 1011000 10000010 1111010 100000 0 110 110001 10101001 10011 101011

Color Harmonies of #58827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58827A

Black with #58827A

Text Example


Text Example

White with #58827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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