#608581

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

Shades of Breaker Bay #608581

Tints of Breaker Bay #608581

Color information

#608581 (or 0x608581) is unknown color: approx Breaker Bay. HEX triplet: 60, 85 and 81. RGB value is (96,133,129). Sum of RGB (Red+Green+Blue) = 96+133+129=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 133 - color contains mainly: green. Hex color #608581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608581 is #9F7A7E. Grayscale: #797979. Windows color (decimal): -10451583 or 8488288. OLE color: 8488288.

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

Color convert

RGB96133129-
CMYK0.2800.030.48
HSL173.51º16.16%44.9%-
HSV(B)173.51º27.82%52.16%-
XYZ17.1720.8523.89-
YUV121.48132.24109.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.82%
GREEN value IS 133 (52.34% from 255) = 37.15%
BLUE value IS 129 (50.78% from 255) = 36.03%
R=26.82%
G=37.15%
B=36.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961331290.2800.030.48173.5116.1644.9
Hex6085811C0330ae102d
Octal1402052013403602562055
Binary11000001000010110000001111000111100001010111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608581; }

 p { color: rgb(96,133,129); }

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

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

 a { background-color: rgb(96,133,129); }

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

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

 span { border-color: rgb(96,133,129); }

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