Html Css Color HEX #5893DC Picton Blue

📋 copy color: '#5893DC'

red 88 ◦ green 147 ◦ blue 220

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

Shades of Picton Blue #5893DC

Tints of Picton Blue #5893DC

RGB

 RED value IS 88 (34.77% from 255) = 19.34%

 GREEN value IS 147 (57.81% from 255) = 32.31%

 BLUE value IS 220 (86.33% from 255) = 48.35%

R = 19.34%
G = 32.31%
B = 48.35%

CMYK

 C value IS 0.6

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5893DC (or 0x5893DC) is known color: Picton Blue. HEX triplet: 58, 93 and DC. RGB value is (88,147,220). Sum of RGB (Red+Green+Blue) = 88+147+220=455 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.34% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #5893DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5893DC is #A76C23. Grayscale: #898989. Windows color (decimal): -10972196 or 14455640. OLE color: 14455640.

HSL color Cylindrical-coordinate representation of color #5893DC: hue angle of 213.18º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5893DC is Cyan = 0.6, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 147 220 -
CMYK 0.6 0.33 0 0.14
HSL 213.18º 0.65% 0.6% -
HSV(B) 213.18º 0.6% 0.86% -
XYZ 27.38 28.11 71.69 -
YUV 137.68 174.45 92.56 -
System Red Green Blue C M Y K H S L
Decimal 88 147 220 0.6 0.33 0 0.14 213.18 0.65 0.6
Hex 58 93 DC 3C 21 0 E D5 41 3C
Octal 130 223 334 74 41 0 16 325 101 74
Binary 1011000 10010011 11011100 111100 100001 0 1110 11010101 1000001 111100

Color Harmonies of #5893DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5893DC

Black with #5893DC

Text Example


Text Example

White with #5893DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5893DC; }

 p { color: rgb(88,147,220); }

 H1.HeaderClassName
 {
   color: #5893DC;
 }
 .AnyTagClassName
 {
   color: #5893DC;
 }
</style>

background-color css

<style>
 a { background-color: #5893DC; }

 a { background-color: rgb(88,147,220); }

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

border-color css

<style>
 span { border-color: #5893DC; }

 span { border-color: rgb(88,147,220); }

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