#569CC4

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

Shades of Picton Blue #569CC4

Tints of Picton Blue #569CC4

Color information

#569CC4 (or 0x569CC4) is unknown color: approx Picton Blue. HEX triplet: 56, 9C and C4. RGB value is (86,156,196). Sum of RGB (Red+Green+Blue) = 86+156+196=438 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.63% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 196 - color contains mainly: blue. Hex color #569CC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569CC4 is #A9633B. Grayscale: #8B8B8B. Windows color (decimal): -11100988 or 12885078. OLE color: 12885078.

HSL color Cylindrical-coordinate representation of color #569CC4: hue angle of 201.82º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #569CC4 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB86156196-
CMYK0.560.2000.23
HSL201.82º48.25%55.29%-
HSV(B)201.82º56.12%76.86%-
XYZ25.6929.7456.61-
YUV139.63159.8189.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.63%
GREEN value IS 156 (61.33% from 255) = 35.62%
BLUE value IS 196 (76.95% from 255) = 44.75%
R=19.63%
G=35.62%
B=44.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal861561960.560.2000.23201.8248.2555.29
Hex569CC43814017ca3037
Octal12623430470240273126067
Binary101011010011100110001001110001010001011111001010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,156,196); }

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

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

 a { background-color: rgb(86,156,196); }

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

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

 span { border-color: rgb(86,156,196); }

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