Html Css Color HEX #5896DD Picton Blue

📋 copy color: '#5896DD'

red 88 ◦ green 150 ◦ blue 221

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

Shades of Picton Blue #5896DD

Tints of Picton Blue #5896DD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.68%

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 19.17%
G = 32.68%
B = 48.15%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5896DD (or 0x5896DD) is known color: Picton Blue. HEX triplet: 58, 96 and DD. RGB value is (88,150,221). Sum of RGB (Red+Green+Blue) = 88+150+221=459 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.17% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #5896DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5896DD is #A76922. Grayscale: #8B8B8B. Windows color (decimal): -10971427 or 14521944. OLE color: 14521944.

HSL color Cylindrical-coordinate representation of color #5896DD: hue angle of 212.03º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5896DD is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 150 221 -
CMYK 0.60 0.32 0 0.13
HSL 212.03º 0.66% 0.61% -
HSV(B) 212.03º 0.6% 0.87% -
XYZ 27.98 29.11 72.55 -
YUV 139.56 173.96 91.23 -
System Red Green Blue C M Y K H S L
Decimal 88 150 221 0.60 0.32 0 0.13 212.03 0.66 0.61
Hex 58 96 DD 3C 20 0 D D4 42 3D
Octal 130 226 335 74 40 0 15 324 102 75
Binary 1011000 10010110 11011101 111100 100000 0 1101 11010100 1000010 111101

Color Harmonies of #5896DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5896DD

Black with #5896DD

Text Example


Text Example

White with #5896DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5896DD; }

 p { color: rgb(88,150,221); }

 H1.HeaderClassName
 {
   color: #5896DD;
 }
 .AnyTagClassName
 {
   color: #5896DD;
 }
</style>

background-color css

<style>
 a { background-color: #5896DD; }

 a { background-color: rgb(88,150,221); }

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

border-color css

<style>
 span { border-color: #5896DD; }

 span { border-color: rgb(88,150,221); }

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