Html Css Color HEX #5593FC Cornflower Blue

📋 copy color: '#5593FC'

red 85 ◦ green 147 ◦ blue 252

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

Shades of Cornflower Blue #5593FC

Tints of Cornflower Blue #5593FC

RGB

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

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

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

R = 17.56%
G = 30.37%
B = 52.07%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5593FC (or 0x5593FC) is known color: Cornflower Blue. HEX triplet: 55, 93 and FC. RGB value is (85,147,252). Sum of RGB (Red+Green+Blue) = 85+147+252=484 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.56% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #5593FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5593FC is #AA6C03. Grayscale: #8B8B8B. Windows color (decimal): -11168772 or 16552789. OLE color: 16552789.

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

Color convert

RGB 85 147 252 -
CMYK 0.66 0.42 0 0.01
HSL 217.72º 0.97% 0.66% -
HSV(B) 217.72º 0.66% 0.99% -
XYZ 31.75 29.83 96.18 -
YUV 140.43 190.96 88.46 -
System Red Green Blue C M Y K H S L
Decimal 85 147 252 0.66 0.42 0 0.01 217.72 0.97 0.66
Hex 55 93 FC 42 2A 0 1 DA 61 42
Octal 125 223 374 102 52 0 1 332 141 102
Binary 1010101 10010011 11111100 1000010 101010 0 1 11011010 1100001 1000010

Color Harmonies of #5593FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5593FC

Black with #5593FC

Text Example


Text Example

White with #5593FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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