Html Css Color HEX #5696CC Picton Blue

📋 copy color: '#5696CC'

red 86 ◦ green 150 ◦ blue 204

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

Shades of Picton Blue #5696CC

Tints of Picton Blue #5696CC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.09%

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

R = 19.55%
G = 34.09%
B = 46.36%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5696CC (or 0x5696CC) is known color: Picton Blue. HEX triplet: 56, 96 and CC. RGB value is (86,150,204). Sum of RGB (Red+Green+Blue) = 86+150+204=440 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.55% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #5696CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5696CC is #A96933. Grayscale: #888888. Windows color (decimal): -11102516 or 13407830. OLE color: 13407830.

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

Color convert

RGB 86 150 204 -
CMYK 0.58 0.26 0 0.2
HSL 207.46º 0.54% 0.57% -
HSV(B) 207.46º 0.58% 0.8% -
XYZ 25.64 28.15 61.21 -
YUV 137.02 165.8 91.61 -
System Red Green Blue C M Y K H S L
Decimal 86 150 204 0.58 0.26 0 0.2 207.46 0.54 0.57
Hex 56 96 CC 3A 1A 0 14 CF 36 39
Octal 126 226 314 72 32 0 24 317 66 71
Binary 1010110 10010110 11001100 111010 11010 0 10100 11001111 110110 111001

Color Harmonies of #5696CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5696CC

Black with #5696CC

Text Example


Text Example

White with #5696CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5696CC; }

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

 H1.HeaderClassName
 {
   color: #5696CC;
 }
 .AnyTagClassName
 {
   color: #5696CC;
 }
</style>

background-color css

<style>
 a { background-color: #5696CC; }

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

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

border-color css

<style>
 span { border-color: #5696CC; }

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

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