Html Css Color HEX #5697DA Picton Blue

📋 copy color: '#5697DA'

red 86 ◦ green 151 ◦ blue 218

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

Shades of Picton Blue #5697DA

Tints of Picton Blue #5697DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.91%

R = 18.9%
G = 33.19%
B = 47.91%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5697DA (or 0x5697DA) is known color: Picton Blue. HEX triplet: 56, 97 and DA. RGB value is (86,151,218). Sum of RGB (Red+Green+Blue) = 86+151+218=455 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.90% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #5697DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5697DA is #A96825. Grayscale: #8A8A8A. Windows color (decimal): -11102246 or 14325590. OLE color: 14325590.

HSL color Cylindrical-coordinate representation of color #5697DA: hue angle of 210.45º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5697DA is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 86 151 218 -
CMYK 0.61 0.31 0 0.15
HSL 210.45º 0.64% 0.6% -
HSV(B) 210.45º 0.61% 0.85% -
XYZ 27.56 29.17 70.51 -
YUV 139.2 172.47 90.05 -
System Red Green Blue C M Y K H S L
Decimal 86 151 218 0.61 0.31 0 0.15 210.45 0.64 0.6
Hex 56 97 DA 3D 1F 0 F D2 40 3C
Octal 126 227 332 75 37 0 17 322 100 74
Binary 1010110 10010111 11011010 111101 11111 0 1111 11010010 1000000 111100

Color Harmonies of #5697DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5697DA

Black with #5697DA

Text Example


Text Example

White with #5697DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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