Html Css Color HEX #569CCC Picton Blue

📋 copy color: '#569CCC'

red 86 ◦ green 156 ◦ blue 204

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

Shades of Picton Blue #569CCC

Tints of Picton Blue #569CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 19.28%
G = 34.98%
B = 45.74%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#569CCC (or 0x569CCC) is known color: Picton Blue. HEX triplet: 56, 9C and CC. RGB value is (86,156,204). Sum of RGB (Red+Green+Blue) = 86+156+204=446 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.28% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #569CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569CCC is #A96333. Grayscale: #8C8C8C. Windows color (decimal): -11100980 or 13409366. OLE color: 13409366.

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

Color convert

RGB 86 156 204 -
CMYK 0.58 0.24 0 0.2
HSL 204.41º 0.54% 0.57% -
HSV(B) 204.41º 0.58% 0.8% -
XYZ 26.63 30.12 61.54 -
YUV 140.54 163.81 89.1 -
System Red Green Blue C M Y K H S L
Decimal 86 156 204 0.58 0.24 0 0.2 204.41 0.54 0.57
Hex 56 9C CC 3A 18 0 14 CC 36 39
Octal 126 234 314 72 30 0 24 314 66 71
Binary 1010110 10011100 11001100 111010 11000 0 10100 11001100 110110 111001

Color Harmonies of #569CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569CCC

Black with #569CCC

Text Example


Text Example

White with #569CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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