Html Css Color HEX #569BCD Picton Blue

📋 copy color: '#569BCD'

red 86 ◦ green 155 ◦ blue 205

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

Shades of Picton Blue #569BCD

Tints of Picton Blue #569BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.75%

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

R = 19.28%
G = 34.75%
B = 45.96%

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

#569BCD (or 0x569BCD) is known color: Picton Blue. HEX triplet: 56, 9B and CD. RGB value is (86,155,205). Sum of RGB (Red+Green+Blue) = 86+155+205=446 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.28% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #569BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569BCD is #A96432. Grayscale: #8B8B8B. Windows color (decimal): -11101235 or 13474646. OLE color: 13474646.

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

Color convert

RGB 86 155 205 -
CMYK 0.58 0.24 0 0.20
HSL 205.21º 0.54% 0.57% -
HSV(B) 205.21º 0.58% 0.8% -
XYZ 26.58 29.83 62.11 -
YUV 140.07 164.64 89.43 -
System Red Green Blue C M Y K H S L
Decimal 86 155 205 0.58 0.24 0 0.20 205.21 0.54 0.57
Hex 56 9B CD 3A 18 0 14 CD 36 39
Octal 126 233 315 72 30 0 24 315 66 71
Binary 1010110 10011011 11001101 111010 11000 0 10100 11001101 110110 111001

Color Harmonies of #569BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569BCD

Black with #569BCD

Text Example


Text Example

White with #569BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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