Html Css Color HEX #569FCD Picton Blue

📋 copy color: '#569FCD'

red 86 ◦ green 159 ◦ blue 205

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

Shades of Picton Blue #569FCD

Tints of Picton Blue #569FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.33%

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

R = 19.11%
G = 35.33%
B = 45.56%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#569FCD (or 0x569FCD) is known color: Picton Blue. HEX triplet: 56, 9F and CD. RGB value is (86,159,205). Sum of RGB (Red+Green+Blue) = 86+159+205=450 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.11% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #569FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569FCD is #A96032. Grayscale: #8E8E8E. Windows color (decimal): -11100211 or 13475670. OLE color: 13475670.

HSL color Cylindrical-coordinate representation of color #569FCD: hue angle of 203.19º 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 #569FCD is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 159 205 -
CMYK 0.58 0.22 0 0.20
HSL 203.19º 0.54% 0.57% -
HSV(B) 203.19º 0.58% 0.8% -
XYZ 27.26 31.18 62.34 -
YUV 142.42 163.32 87.76 -
System Red Green Blue C M Y K H S L
Decimal 86 159 205 0.58 0.22 0 0.20 203.19 0.54 0.57
Hex 56 9F CD 3A 16 0 14 CB 36 39
Octal 126 237 315 72 26 0 24 313 66 71
Binary 1010110 10011111 11001101 111010 10110 0 10100 11001011 110110 111001

Color Harmonies of #569FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569FCD

Black with #569FCD

Text Example


Text Example

White with #569FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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