Html Css Color HEX #5A76FF Cornflower Blue

📋 copy color: '#5A76FF'

red 90 ◦ green 118 ◦ blue 255

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

Shades of Cornflower Blue #5A76FF

Tints of Cornflower Blue #5A76FF

RGB

 RED value IS 90 (35.55% from 255) = 19.44%

 GREEN value IS 118 (46.48% from 255) = 25.49%

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

R = 19.44%
G = 25.49%
B = 55.08%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5A76FF (or 0x5A76FF) is known color: Cornflower Blue. HEX triplet: 5A, 76 and FF. RGB value is (90,118,255). Sum of RGB (Red+Green+Blue) = 90+118+255=463 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.44% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A76FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A76FF is #A58900. Grayscale: #7C7C7C. Windows color (decimal): -10848513 or 16741978. OLE color: 16741978.

HSL color Cylindrical-coordinate representation of color #5A76FF: hue angle of 229.82º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A76FF is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 90 118 255 -
CMYK 0.65 0.54 0 0
HSL 229.82º 1% 0.68% -
HSV(B) 229.82º 0.65% 1% -
XYZ 28.74 22.35 97.41 -
YUV 125.25 201.22 102.86 -
System Red Green Blue C M Y K H S L
Decimal 90 118 255 0.65 0.54 0 0 229.82 1 0.68
Hex 5A 76 FF 41 36 0 0 E6 64 44
Octal 132 166 377 101 66 0 0 346 144 104
Binary 1011010 1110110 11111111 1000001 110110 0 0 11100110 1100100 1000100

Color Harmonies of #5A76FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A76FF

Black with #5A76FF

Text Example


Text Example

White with #5A76FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,118,255); }

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

background-color css

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

 a { background-color: rgb(90,118,255); }

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

border-color css

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

 span { border-color: rgb(90,118,255); }

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