#568482

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

Shades of Breaker Bay #568482

Tints of Breaker Bay #568482

Color information

#568482 (or 0x568482) is unknown color: approx Breaker Bay. HEX triplet: 56, 84 and 82. RGB value is (86,132,130). Sum of RGB (Red+Green+Blue) = 86+132+130=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 132 - color contains mainly: green. Hex color #568482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568482 is #A97B7D. Grayscale: #757575. Windows color (decimal): -11107198 or 8553558. OLE color: 8553558.

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

Color convert

RGB86132130-
CMYK0.3500.020.48
HSL177.39º21.1%42.75%-
HSV(B)177.39º34.85%51.76%-
XYZ16.1220.0924.15-
YUV118.02134.76105.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.71%
GREEN value IS 132 (51.95% from 255) = 37.93%
BLUE value IS 130 (51.17% from 255) = 37.36%
R=24.71%
G=37.93%
B=37.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861321300.3500.020.48177.3921.142.75
Hex568482230230b1152b
Octal1262042024302602612553
Binary101011010000100100000101000110101100001011000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568482; }

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

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

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

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

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

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

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

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