#618582

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

Shades of Breaker Bay #618582

Tints of Breaker Bay #618582

Color information

#618582 (or 0x618582) is unknown color: approx Breaker Bay. HEX triplet: 61, 85 and 82. RGB value is (97,133,130). Sum of RGB (Red+Green+Blue) = 97+133+130=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 133 - color contains mainly: green. Hex color #618582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618582 is #9E7A7D. Grayscale: #797979. Windows color (decimal): -10386046 or 8553825. OLE color: 8553825.

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

Color convert

RGB97133130-
CMYK0.2700.020.48
HSL175º15.65%45.1%-
HSV(B)175º27.07%52.16%-
XYZ17.3520.9324.24-
YUV121.89132.57110.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.94%
GREEN value IS 133 (52.34% from 255) = 36.94%
BLUE value IS 130 (51.17% from 255) = 36.11%
R=26.94%
G=36.94%
B=36.11%

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
Decimal971331300.2700.020.4817515.6545.1
Hex6185821B0230af102d
Octal1412052023302602572055
Binary11000011000010110000010110110101100001010111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618582; }

 p { color: rgb(97,133,130); }

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

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

 a { background-color: rgb(97,133,130); }

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

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

 span { border-color: rgb(97,133,130); }

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