Html Css Color HEX #5B80E0 Cornflower Blue

📋 copy color: '#5B80E0'

red 91 ◦ green 128 ◦ blue 224

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

Shades of Cornflower Blue #5B80E0

Tints of Cornflower Blue #5B80E0

RGB

 RED value IS 91 (35.94% from 255) = 20.54%

 GREEN value IS 128 (50.39% from 255) = 28.89%

 BLUE value IS 224 (87.89% from 255) = 50.56%

R = 20.54%
G = 28.89%
B = 50.56%

CMYK

 C value IS 0.59

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5B80E0 (or 0x5B80E0) is known color: Cornflower Blue. HEX triplet: 5B, 80 and E0. RGB value is (91,128,224). Sum of RGB (Red+Green+Blue) = 91+128+224=443 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.54% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 224 (87.89% from 255 or 50.56% from 443); Max value from RGB is 224 - color contains mainly: blue. Hex color #5B80E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B80E0 is #A47F1F. Grayscale: #7F7F7F. Windows color (decimal): -10780448 or 14712923. OLE color: 14712923.

HSL color Cylindrical-coordinate representation of color #5B80E0: hue angle of 223.31º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B80E0 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 91 128 224 -
CMYK 0.59 0.43 0 0.12
HSL 223.31º 0.68% 0.62% -
HSV(B) 223.31º 0.59% 0.88% -
XYZ 25.49 23.04 73.63 -
YUV 127.88 182.24 101.69 -
System Red Green Blue C M Y K H S L
Decimal 91 128 224 0.59 0.43 0 0.12 223.31 0.68 0.62
Hex 5B 80 E0 3B 2B 0 C DF 44 3E
Octal 133 200 340 73 53 0 14 337 104 76
Binary 1011011 10000000 11100000 111011 101011 0 1100 11011111 1000100 111110

Color Harmonies of #5B80E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B80E0

Black with #5B80E0

Text Example


Text Example

White with #5B80E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B80E0; }

 p { color: rgb(91,128,224); }

 H1.HeaderClassName
 {
   color: #5B80E0;
 }
 .AnyTagClassName
 {
   color: #5B80E0;
 }
</style>

background-color css

<style>
 a { background-color: #5B80E0; }

 a { background-color: rgb(91,128,224); }

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

border-color css

<style>
 span { border-color: #5B80E0; }

 span { border-color: rgb(91,128,224); }

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