Html Css Color HEX #5696FC Cornflower Blue

📋 copy color: '#5696FC'

red 86 ◦ green 150 ◦ blue 252

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

Shades of Cornflower Blue #5696FC

Tints of Cornflower Blue #5696FC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.74%

 BLUE value IS 252 (98.83% from 255) = 51.64%

R = 17.62%
G = 30.74%
B = 51.64%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5696FC (or 0x5696FC) is known color: Cornflower Blue. HEX triplet: 56, 96 and FC. RGB value is (86,150,252). Sum of RGB (Red+Green+Blue) = 86+150+252=488 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.62% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #5696FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5696FC is #A96903. Grayscale: #8E8E8E. Windows color (decimal): -11102468 or 16553558. OLE color: 16553558.

HSL color Cylindrical-coordinate representation of color #5696FC: hue angle of 216.87º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5696FC is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 86 150 252 -
CMYK 0.66 0.40 0 0.01
HSL 216.87º 0.97% 0.66% -
HSV(B) 216.87º 0.66% 0.99% -
XYZ 32.31 30.82 96.34 -
YUV 142.49 189.8 87.71 -
System Red Green Blue C M Y K H S L
Decimal 86 150 252 0.66 0.40 0 0.01 216.87 0.97 0.66
Hex 56 96 FC 42 28 0 1 D9 61 42
Octal 126 226 374 102 50 0 1 331 141 102
Binary 1010110 10010110 11111100 1000010 101000 0 1 11011001 1100001 1000010

Color Harmonies of #5696FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5696FC

Black with #5696FC

Text Example


Text Example

White with #5696FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5696FC; }

 p { color: rgb(86,150,252); }

 H1.HeaderClassName
 {
   color: #5696FC;
 }
 .AnyTagClassName
 {
   color: #5696FC;
 }
</style>

background-color css

<style>
 a { background-color: #5696FC; }

 a { background-color: rgb(86,150,252); }

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

border-color css

<style>
 span { border-color: #5696FC; }

 span { border-color: rgb(86,150,252); }

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