Html Css Color HEX #5694CD Picton Blue

📋 copy color: '#5694CD'

red 86 ◦ green 148 ◦ blue 205

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

Shades of Picton Blue #5694CD

Tints of Picton Blue #5694CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 19.59%
G = 33.71%
B = 46.7%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5694CD (or 0x5694CD) is known color: Picton Blue. HEX triplet: 56, 94 and CD. RGB value is (86,148,205). Sum of RGB (Red+Green+Blue) = 86+148+205=439 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.59% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #5694CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5694CD is #A96B32. Grayscale: #878787. Windows color (decimal): -11103027 or 13472854. OLE color: 13472854.

HSL color Cylindrical-coordinate representation of color #5694CD: hue angle of 208.74º 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 #5694CD is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 148 205 -
CMYK 0.58 0.28 0 0.20
HSL 208.74º 0.54% 0.57% -
HSV(B) 208.74º 0.58% 0.8% -
XYZ 25.45 27.57 61.74 -
YUV 135.96 166.96 92.37 -
System Red Green Blue C M Y K H S L
Decimal 86 148 205 0.58 0.28 0 0.20 208.74 0.54 0.57
Hex 56 94 CD 3A 1C 0 14 D1 36 39
Octal 126 224 315 72 34 0 24 321 66 71
Binary 1010110 10010100 11001101 111010 11100 0 10100 11010001 110110 111001

Color Harmonies of #5694CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5694CD

Black with #5694CD

Text Example


Text Example

White with #5694CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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