Html Css Color HEX #5694CA Picton Blue

📋 copy color: '#5694CA'

red 86 ◦ green 148 ◦ blue 202

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

Shades of Picton Blue #5694CA

Tints of Picton Blue #5694CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.33%

R = 19.72%
G = 33.94%
B = 46.33%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5694CA (or 0x5694CA) is known color: Picton Blue. HEX triplet: 56, 94 and CA. RGB value is (86,148,202). Sum of RGB (Red+Green+Blue) = 86+148+202=436 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.72% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #5694CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5694CA is #A96B35. Grayscale: #878787. Windows color (decimal): -11103030 or 13276246. OLE color: 13276246.

HSL color Cylindrical-coordinate representation of color #5694CA: hue angle of 207.93º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5694CA is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 86 148 202 -
CMYK 0.57 0.27 0 0.21
HSL 207.93º 0.52% 0.56% -
HSV(B) 207.93º 0.57% 0.79% -
XYZ 25.09 27.42 59.85 -
YUV 135.62 165.46 92.61 -
System Red Green Blue C M Y K H S L
Decimal 86 148 202 0.57 0.27 0 0.21 207.93 0.52 0.56
Hex 56 94 CA 39 1B 0 15 D0 34 38
Octal 126 224 312 71 33 0 25 320 64 70
Binary 1010110 10010100 11001010 111001 11011 0 10101 11010000 110100 111000

Color Harmonies of #5694CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5694CA

Black with #5694CA

Text Example


Text Example

White with #5694CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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