#608482

Color #608482 Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #608482

Tints of Breaker Bay #608482

Color information

#608482 (or 0x608482) is unknown color: approx Breaker Bay. HEX triplet: 60, 84 and 82. RGB value is (96,132,130). Sum of RGB (Red+Green+Blue) = 96+132+130=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 132 - color contains mainly: green. Hex color #608482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608482 is #9F7B7D. Grayscale: #787878. Windows color (decimal): -10451838 or 8553568. OLE color: 8553568.

HSL color Cylindrical-coordinate representation of color #608482: hue angle of 176.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #608482 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB96132130-
CMYK0.2700.020.48
HSL176.67º15.79%44.71%-
HSV(B)176.67º27.27%51.76%-
XYZ17.120.624.19-
YUV121.01133.07110.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.82%
GREEN value IS 132 (51.95% from 255) = 36.87%
BLUE value IS 130 (51.17% from 255) = 36.31%
R=26.82%
G=36.87%
B=36.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961321300.2700.020.48176.6715.7944.71
Hex6084821B0230b1102d
Octal1402042023302602612055
Binary11000001000010010000010110110101100001011000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608482; }

 p { color: rgb(96,132,130); }

 H1.HeaderClassName
 {
   color: #608482;
 }
 .AnyTagClassName
 {
   color: #608482;
 }
</style>
background-color css

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

 a { background-color: rgb(96,132,130); }

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

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

 span { border-color: rgb(96,132,130); }

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