Html Css Color HEX #5694CF Picton Blue

📋 copy color: '#5694CF'

red 86 ◦ green 148 ◦ blue 207

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

Shades of Picton Blue #5694CF

Tints of Picton Blue #5694CF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.56%

 BLUE value IS 207 (81.25% from 255) = 46.94%

R = 19.5%
G = 33.56%
B = 46.94%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5694CF (or 0x5694CF) is known color: Picton Blue. HEX triplet: 56, 94 and CF. RGB value is (86,148,207). Sum of RGB (Red+Green+Blue) = 86+148+207=441 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.50% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #5694CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5694CF is #A96B30. Grayscale: #878787. Windows color (decimal): -11103025 or 13603926. OLE color: 13603926.

HSL color Cylindrical-coordinate representation of color #5694CF: hue angle of 209.26º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5694CF is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 148 207 -
CMYK 0.58 0.29 0 0.19
HSL 209.26º 0.56% 0.57% -
HSV(B) 209.26º 0.58% 0.81% -
XYZ 25.69 27.66 63.02 -
YUV 136.19 167.96 92.2 -
System Red Green Blue C M Y K H S L
Decimal 86 148 207 0.58 0.29 0 0.19 209.26 0.56 0.57
Hex 56 94 CF 3A 1D 0 13 D1 38 39
Octal 126 224 317 72 35 0 23 321 70 71
Binary 1010110 10010100 11001111 111010 11101 0 10011 11010001 111000 111001

Color Harmonies of #5694CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5694CF

Black with #5694CF

Text Example


Text Example

White with #5694CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5694CF; }

 p { color: rgb(86,148,207); }

 H1.HeaderClassName
 {
   color: #5694CF;
 }
 .AnyTagClassName
 {
   color: #5694CF;
 }
</style>

background-color css

<style>
 a { background-color: #5694CF; }

 a { background-color: rgb(86,148,207); }

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

border-color css

<style>
 span { border-color: #5694CF; }

 span { border-color: rgb(86,148,207); }

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