#5C93DB

Color #5C93DB Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #5C93DB

Tints of Cornflower Blue #5C93DB

Color information

#5C93DB (or 0x5C93DB) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 93 and DB. RGB value is (92,147,219). Sum of RGB (Red+Green+Blue) = 92+147+219=458 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.09% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #5C93DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C93DB is #A36C24. Grayscale: #8A8A8A. Windows color (decimal): -10710053 or 14390108. OLE color: 14390108.

HSL color Cylindrical-coordinate representation of color #5C93DB: hue angle of 214.02º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C93DB is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB92147219-
CMYK0.580.3300.14
HSL214.02º63.82%60.98%-
HSV(B)214.02º57.99%85.88%-
XYZ27.6328.2671.02-
YUV138.76173.2894.65-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.09%
GREEN value IS 147 (57.81% from 255) = 32.10%
BLUE value IS 219 (85.94% from 255) = 47.82%
R=20.09%
G=32.10%
B=47.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal921472190.580.3300.14214.0263.8260.98
Hex5C93DB3A210Ed6403d
Octal134223333724101632610075
Binary1011100100100111101101111101010000101110110101101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C93DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,147,219); }

 H1.HeaderClassName
 {
   color: #5C93DB;
 }
 .AnyTagClassName
 {
   color: #5C93DB;
 }
</style>
background-color css

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

 a { background-color: rgb(92,147,219); }

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

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

 span { border-color: rgb(92,147,219); }

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