Html Css Color HEX #58847C Breaker Bay

📋 copy color: '#58847C'

red 88 ◦ green 132 ◦ blue 124

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

Shades of Breaker Bay #58847C

Tints of Breaker Bay #58847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.37%

 BLUE value IS 124 (48.83% from 255) = 36.05%

R = 25.58%
G = 38.37%
B = 36.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#58847C (or 0x58847C) is known color: Breaker Bay. HEX triplet: 58, 84 and 7C. RGB value is (88,132,124). Sum of RGB (Red+Green+Blue) = 88+132+124=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 132 - color contains mainly: green. Hex color #58847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58847C is #A77B83. Grayscale: #757575. Windows color (decimal): -10976132 or 8160344. OLE color: 8160344.

HSL color Cylindrical-coordinate representation of color #58847C: hue angle of 169.09º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #58847C is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 132 124 -
CMYK 0.33 0 0.06 0.48
HSL 169.09º 0.2% 0.43% -
HSV(B) 169.09º 0.33% 0.52% -
XYZ 15.91 20.03 22.1 -
YUV 117.93 131.42 106.65 -
System Red Green Blue C M Y K H S L
Decimal 88 132 124 0.33 0 0.06 0.48 169.09 0.2 0.43
Hex 58 84 7C 21 0 6 30 A9 14 2B
Octal 130 204 174 41 0 6 60 251 24 53
Binary 1011000 10000100 1111100 100001 0 110 110000 10101001 10100 101011

Color Harmonies of #58847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58847C

Black with #58847C

Text Example


Text Example

White with #58847C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58847C; }

 p { color: rgb(88,132,124); }

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

background-color css

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

 a { background-color: rgb(88,132,124); }

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

border-color css

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

 span { border-color: rgb(88,132,124); }

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