Html Css Color HEX #5894DC Picton Blue

📋 copy color: '#5894DC'

red 88 ◦ green 148 ◦ blue 220

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

Shades of Picton Blue #5894DC

Tints of Picton Blue #5894DC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.46%

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

R = 19.3%
G = 32.46%
B = 48.25%

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

#5894DC (or 0x5894DC) is known color: Picton Blue. HEX triplet: 58, 94 and DC. RGB value is (88,148,220). Sum of RGB (Red+Green+Blue) = 88+148+220=456 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.30% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #5894DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5894DC is #A76B23. Grayscale: #898989. Windows color (decimal): -10971940 or 14455896. OLE color: 14455896.

HSL color Cylindrical-coordinate representation of color #5894DC: hue angle of 212.73º 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 #5894DC is Cyan = 0.6, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 148 220 -
CMYK 0.6 0.33 0 0.14
HSL 212.73º 0.65% 0.6% -
HSV(B) 212.73º 0.6% 0.86% -
XYZ 27.53 28.42 71.74 -
YUV 138.27 174.12 92.15 -
System Red Green Blue C M Y K H S L
Decimal 88 148 220 0.6 0.33 0 0.14 212.73 0.65 0.6
Hex 58 94 DC 3C 21 0 E D5 41 3C
Octal 130 224 334 74 41 0 16 325 101 74
Binary 1011000 10010100 11011100 111100 100001 0 1110 11010101 1000001 111100

Color Harmonies of #5894DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5894DC

Black with #5894DC

Text Example


Text Example

White with #5894DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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