#608583

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

Shades of Breaker Bay #608583

Tints of Breaker Bay #608583

Color information

#608583 (or 0x608583) is unknown color: approx Breaker Bay. HEX triplet: 60, 85 and 83. RGB value is (96,133,131). Sum of RGB (Red+Green+Blue) = 96+133+131=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 133 - color contains mainly: green. Hex color #608583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608583 is #9F7A7C. Grayscale: #797979. Windows color (decimal): -10451581 or 8619360. OLE color: 8619360.

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

Color convert

RGB96133131-
CMYK0.2800.020.48
HSL176.76º16.16%44.9%-
HSV(B)176.76º27.82%52.16%-
XYZ17.3120.924.59-
YUV121.71133.24109.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.67%
GREEN value IS 133 (52.34% from 255) = 36.94%
BLUE value IS 131 (51.56% from 255) = 36.39%
R=26.67%
G=36.94%
B=36.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961331310.2800.020.48176.7616.1644.9
Hex6085831C0230b1102d
Octal1402052033402602612055
Binary11000001000010110000011111000101100001011000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608583; }

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

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

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

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

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

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

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

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