Html Css Color HEX #569ECD Picton Blue

📋 copy color: '#569ECD'

red 86 ◦ green 158 ◦ blue 205

#569ECD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #569ECD

Tints of Picton Blue #569ECD

RGB

 RED value IS 86 (33.98% from 255) = 19.15%

 GREEN value IS 158 (62.11% from 255) = 35.19%

 BLUE value IS 205 (80.47% from 255) = 45.66%

R = 19.15%
G = 35.19%
B = 45.66%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#569ECD (or 0x569ECD) is known color: Picton Blue. HEX triplet: 56, 9E and CD. RGB value is (86,158,205). Sum of RGB (Red+Green+Blue) = 86+158+205=449 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.15% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #569ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569ECD is #A96132. Grayscale: #8D8D8D. Windows color (decimal): -11100467 or 13475414. OLE color: 13475414.

HSL color Cylindrical-coordinate representation of color #569ECD: hue angle of 203.7º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #569ECD is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 158 205 -
CMYK 0.58 0.23 0 0.20
HSL 203.7º 0.54% 0.57% -
HSV(B) 203.7º 0.58% 0.8% -
XYZ 27.08 30.84 62.28 -
YUV 141.83 163.65 88.18 -
System Red Green Blue C M Y K H S L
Decimal 86 158 205 0.58 0.23 0 0.20 203.7 0.54 0.57
Hex 56 9E CD 3A 17 0 14 CC 36 39
Octal 126 236 315 72 27 0 24 314 66 71
Binary 1010110 10011110 11001101 111010 10111 0 10100 11001100 110110 111001

Color Harmonies of #569ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569ECD

Black with #569ECD

Text Example


Text Example

White with #569ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,158,205); }

 H1.HeaderClassName
 {
   color: #569ECD;
 }
 .AnyTagClassName
 {
   color: #569ECD;
 }
</style>

background-color css

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

 a { background-color: rgb(86,158,205); }

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

border-color css

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

 span { border-color: rgb(86,158,205); }

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