Html Css Color HEX #5697DE Picton Blue

📋 copy color: '#5697DE'

red 86 ◦ green 151 ◦ blue 222

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

Shades of Picton Blue #5697DE

Tints of Picton Blue #5697DE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.9%

 BLUE value IS 222 (87.11% from 255) = 48.37%

R = 18.74%
G = 32.9%
B = 48.37%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5697DE (or 0x5697DE) is known color: Picton Blue. HEX triplet: 56, 97 and DE. RGB value is (86,151,222). Sum of RGB (Red+Green+Blue) = 86+151+222=459 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.74% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #5697DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5697DE is #A96821. Grayscale: #8B8B8B. Windows color (decimal): -11102242 or 14587734. OLE color: 14587734.

HSL color Cylindrical-coordinate representation of color #5697DE: hue angle of 211.32º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5697DE is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 151 222 -
CMYK 0.61 0.32 0 0.13
HSL 211.32º 0.67% 0.6% -
HSV(B) 211.32º 0.61% 0.87% -
XYZ 28.09 29.39 73.3 -
YUV 139.66 174.47 89.73 -
System Red Green Blue C M Y K H S L
Decimal 86 151 222 0.61 0.32 0 0.13 211.32 0.67 0.6
Hex 56 97 DE 3D 20 0 D D3 43 3C
Octal 126 227 336 75 40 0 15 323 103 74
Binary 1010110 10010111 11011110 111101 100000 0 1101 11010011 1000011 111100

Color Harmonies of #5697DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5697DE

Black with #5697DE

Text Example


Text Example

White with #5697DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5697DE; }

 p { color: rgb(86,151,222); }

 H1.HeaderClassName
 {
   color: #5697DE;
 }
 .AnyTagClassName
 {
   color: #5697DE;
 }
</style>

background-color css

<style>
 a { background-color: #5697DE; }

 a { background-color: rgb(86,151,222); }

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

border-color css

<style>
 span { border-color: #5697DE; }

 span { border-color: rgb(86,151,222); }

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