#608584

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

Shades of Breaker Bay #608584

Tints of Breaker Bay #608584

Color information

#608584 (or 0x608584) is unknown color: approx Breaker Bay. HEX triplet: 60, 85 and 84. RGB value is (96,133,132). Sum of RGB (Red+Green+Blue) = 96+133+132=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 133 - color contains mainly: green. Hex color #608584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608584 is #9F7A7B. Grayscale: #797979. Windows color (decimal): -10451580 or 8684896. OLE color: 8684896.

HSL color Cylindrical-coordinate representation of color #608584: hue angle of 178.38º 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 #608584 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB96133132-
CMYK0.2800.010.48
HSL178.38º16.16%44.9%-
HSV(B)178.38º27.82%52.16%-
XYZ17.3820.9324.95-
YUV121.82133.74109.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.59%
GREEN value IS 133 (52.34% from 255) = 36.84%
BLUE value IS 132 (51.95% from 255) = 36.57%
R=26.59%
G=36.84%
B=36.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961331320.2800.010.48178.3816.1644.9
Hex6085841C0130b2102d
Octal1402052043401602622055
Binary1100000100001011000010011100011100001011001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608584; }

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

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

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

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

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

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

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

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