Html Css Color HEX #5895DC Picton Blue

📋 copy color: '#5895DC'

red 88 ◦ green 149 ◦ blue 220

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

Shades of Picton Blue #5895DC

Tints of Picton Blue #5895DC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.6%

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

R = 19.26%
G = 32.6%
B = 48.14%

CMYK

 C value IS 0.6

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5895DC (or 0x5895DC) is known color: Picton Blue. HEX triplet: 58, 95 and DC. RGB value is (88,149,220). Sum of RGB (Red+Green+Blue) = 88+149+220=457 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.26% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #5895DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5895DC is #A76A23. Grayscale: #8A8A8A. Windows color (decimal): -10971684 or 14456152. OLE color: 14456152.

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

Color convert

RGB 88 149 220 -
CMYK 0.6 0.32 0 0.14
HSL 212.27º 0.65% 0.6% -
HSV(B) 212.27º 0.6% 0.86% -
XYZ 27.69 28.74 71.8 -
YUV 138.86 173.79 91.73 -
System Red Green Blue C M Y K H S L
Decimal 88 149 220 0.6 0.32 0 0.14 212.27 0.65 0.6
Hex 58 95 DC 3C 20 0 E D4 41 3C
Octal 130 225 334 74 40 0 16 324 101 74
Binary 1011000 10010101 11011100 111100 100000 0 1110 11010100 1000001 111100

Color Harmonies of #5895DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5895DC

Black with #5895DC

Text Example


Text Example

White with #5895DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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