Html Css Color HEX #5593FF Cornflower Blue

📋 copy color: '#5593FF'

red 85 ◦ green 147 ◦ blue 255

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

Shades of Cornflower Blue #5593FF

Tints of Cornflower Blue #5593FF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.18%

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

R = 17.45%
G = 30.18%
B = 52.36%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5593FF (or 0x5593FF) is known color: Cornflower Blue. HEX triplet: 55, 93 and FF. RGB value is (85,147,255). Sum of RGB (Red+Green+Blue) = 85+147+255=487 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.45% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #5593FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5593FF is #AA6C00. Grayscale: #8C8C8C. Windows color (decimal): -11168769 or 16749397. OLE color: 16749397.

HSL color Cylindrical-coordinate representation of color #5593FF: hue angle of 218.12º 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 #5593FF is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 85 147 255 -
CMYK 0.67 0.42 0 0
HSL 218.12º 1% 0.67% -
HSV(B) 218.12º 0.67% 1% -
XYZ 32.23 30.02 98.7 -
YUV 140.77 192.46 88.22 -
System Red Green Blue C M Y K H S L
Decimal 85 147 255 0.67 0.42 0 0 218.12 1 0.67
Hex 55 93 FF 43 2A 0 0 DA 64 43
Octal 125 223 377 103 52 0 0 332 144 103
Binary 1010101 10010011 11111111 1000011 101010 0 0 11011010 1100100 1000011

Color Harmonies of #5593FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5593FF

Black with #5593FF

Text Example


Text Example

White with #5593FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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