Html Css Color HEX #5C76FC Cornflower Blue

📋 copy color: '#5C76FC'

red 92 ◦ green 118 ◦ blue 252

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

Shades of Cornflower Blue #5C76FC

Tints of Cornflower Blue #5C76FC

RGB

 RED value IS 92 (36.33% from 255) = 19.91%

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

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

R = 19.91%
G = 25.54%
B = 54.55%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5C76FC (or 0x5C76FC) is known color: Cornflower Blue. HEX triplet: 5C, 76 and FC. RGB value is (92,118,252). Sum of RGB (Red+Green+Blue) = 92+118+252=462 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.91% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #5C76FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C76FC is #A38903. Grayscale: #7C7C7C. Windows color (decimal): -10717444 or 16545372. OLE color: 16545372.

HSL color Cylindrical-coordinate representation of color #5C76FC: hue angle of 230.25º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C76FC is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 92 118 252 -
CMYK 0.63 0.53 0 0.01
HSL 230.25º 0.96% 0.67% -
HSV(B) 230.25º 0.63% 0.99% -
XYZ 28.46 22.26 94.89 -
YUV 125.5 199.39 104.1 -
System Red Green Blue C M Y K H S L
Decimal 92 118 252 0.63 0.53 0 0.01 230.25 0.96 0.67
Hex 5C 76 FC 3F 35 0 1 E6 60 43
Octal 134 166 374 77 65 0 1 346 140 103
Binary 1011100 1110110 11111100 111111 110101 0 1 11100110 1100000 1000011

Color Harmonies of #5C76FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C76FC

Black with #5C76FC

Text Example


Text Example

White with #5C76FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,118,252); }

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

background-color css

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

 a { background-color: rgb(92,118,252); }

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

border-color css

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

 span { border-color: rgb(92,118,252); }

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