Html Css Color HEX #5B90EB Cornflower Blue

📋 copy color: '#5B90EB'

red 91 ◦ green 144 ◦ blue 235

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

Shades of Cornflower Blue #5B90EB

Tints of Cornflower Blue #5B90EB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.64%

 BLUE value IS 235 (92.19% from 255) = 50%

R = 19.36%
G = 30.64%
B = 50%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5B90EB (or 0x5B90EB) is known color: Cornflower Blue. HEX triplet: 5B, 90 and EB. RGB value is (91,144,235). Sum of RGB (Red+Green+Blue) = 91+144+235=470 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.36% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #5B90EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B90EB is #A46F14. Grayscale: #8A8A8A. Windows color (decimal): -10776341 or 15437915. OLE color: 15437915.

HSL color Cylindrical-coordinate representation of color #5B90EB: hue angle of 217.92º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B90EB is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 91 144 235 -
CMYK 0.61 0.39 0 0.08
HSL 217.92º 0.78% 0.64% -
HSV(B) 217.92º 0.61% 0.92% -
XYZ 29.28 28.17 82.49 -
YUV 138.53 182.44 94.1 -
System Red Green Blue C M Y K H S L
Decimal 91 144 235 0.61 0.39 0 0.08 217.92 0.78 0.64
Hex 5B 90 EB 3D 27 0 8 DA 4E 40
Octal 133 220 353 75 47 0 10 332 116 100
Binary 1011011 10010000 11101011 111101 100111 0 1000 11011010 1001110 1000000

Color Harmonies of #5B90EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B90EB

Black with #5B90EB

Text Example


Text Example

White with #5B90EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,144,235); }

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

background-color css

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

 a { background-color: rgb(91,144,235); }

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

border-color css

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

 span { border-color: rgb(91,144,235); }

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