Html Css Color HEX #5586FF Cornflower Blue

📋 copy color: '#5586FF'

red 85 ◦ green 134 ◦ blue 255

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

Shades of Cornflower Blue #5586FF

Tints of Cornflower Blue #5586FF

RGB

 RED value IS 85 (33.59% from 255) = 17.93%

 GREEN value IS 134 (52.73% from 255) = 28.27%

 BLUE value IS 255 (100% from 255) = 53.8%

R = 17.93%
G = 28.27%
B = 53.8%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5586FF (or 0x5586FF) is known color: Cornflower Blue. HEX triplet: 55, 86 and FF. RGB value is (85,134,255). Sum of RGB (Red+Green+Blue) = 85+134+255=474 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.93% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #5586FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5586FF is #AA7900. Grayscale: #848484. Windows color (decimal): -11172097 or 16746069. OLE color: 16746069.

HSL color Cylindrical-coordinate representation of color #5586FF: hue angle of 222.71º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5586FF is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 85 134 255 -
CMYK 0.67 0.47 0 0
HSL 222.71º 1% 0.67% -
HSV(B) 222.71º 0.67% 1% -
XYZ 30.32 26.2 98.07 -
YUV 133.14 196.77 93.66 -
System Red Green Blue C M Y K H S L
Decimal 85 134 255 0.67 0.47 0 0 222.71 1 0.67
Hex 55 86 FF 43 2F 0 0 DF 64 43
Octal 125 206 377 103 57 0 0 337 144 103
Binary 1010101 10000110 11111111 1000011 101111 0 0 11011111 1100100 1000011

Color Harmonies of #5586FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5586FF

Black with #5586FF

Text Example


Text Example

White with #5586FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5586FF; }

 p { color: rgb(85,134,255); }

 H1.HeaderClassName
 {
   color: #5586FF;
 }
 .AnyTagClassName
 {
   color: #5586FF;
 }
</style>

background-color css

<style>
 a { background-color: #5586FF; }

 a { background-color: rgb(85,134,255); }

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

border-color css

<style>
 span { border-color: #5586FF; }

 span { border-color: rgb(85,134,255); }

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