Html Css Color HEX #569CCD Picton Blue

📋 copy color: '#569CCD'

red 86 ◦ green 156 ◦ blue 205

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

Shades of Picton Blue #569CCD

Tints of Picton Blue #569CCD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.9%

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

R = 19.24%
G = 34.9%
B = 45.86%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#569CCD (or 0x569CCD) is known color: Picton Blue. HEX triplet: 56, 9C and CD. RGB value is (86,156,205). Sum of RGB (Red+Green+Blue) = 86+156+205=447 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.24% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #569CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569CCD is #A96332. Grayscale: #8C8C8C. Windows color (decimal): -11100979 or 13474902. OLE color: 13474902.

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

Color convert

RGB 86 156 205 -
CMYK 0.58 0.24 0 0.20
HSL 204.71º 0.54% 0.57% -
HSV(B) 204.71º 0.58% 0.8% -
XYZ 26.75 30.16 62.17 -
YUV 140.66 164.31 89.02 -
System Red Green Blue C M Y K H S L
Decimal 86 156 205 0.58 0.24 0 0.20 204.71 0.54 0.57
Hex 56 9C CD 3A 18 0 14 CD 36 39
Octal 126 234 315 72 30 0 24 315 66 71
Binary 1010110 10011100 11001101 111010 11000 0 10100 11001101 110110 111001

Color Harmonies of #569CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569CCD

Black with #569CCD

Text Example


Text Example

White with #569CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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