#569BC7

Color #569BC7 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #569BC7

Tints of Picton Blue #569BC7

Color information

#569BC7 (or 0x569BC7) is unknown color: approx Picton Blue. HEX triplet: 56, 9B and C7. RGB value is (86,155,199). Sum of RGB (Red+Green+Blue) = 86+155+199=440 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.55% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 199 (78.12% from 255 or 45.23% from 440); Max value from RGB is 199 - color contains mainly: blue. Hex color #569BC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569BC7 is #A96438. Grayscale: #8B8B8B. Windows color (decimal): -11101241 or 13081430. OLE color: 13081430.

HSL color Cylindrical-coordinate representation of color #569BC7: hue angle of 203.36º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #569BC7 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB86155199-
CMYK0.570.2200.22
HSL203.36º50.22%55.88%-
HSV(B)203.36º56.78%78.04%-
XYZ25.8729.5458.37-
YUV139.38161.6489.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.55%
GREEN value IS 155 (60.94% from 255) = 35.23%
BLUE value IS 199 (78.12% from 255) = 45.23%
R=19.55%
G=35.23%
B=45.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal861551990.570.2200.22203.3650.2255.88
Hex569BC73916016cb3238
Octal12623330771260263136270
Binary101011010011011110001111110011011001011011001011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569BC7; }

 p { color: rgb(86,155,199); }

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

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

 a { background-color: rgb(86,155,199); }

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

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

 span { border-color: rgb(86,155,199); }

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