Html Css Color HEX #5896DE Picton Blue

📋 copy color: '#5896DE'

red 88 ◦ green 150 ◦ blue 222

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

Shades of Picton Blue #5896DE

Tints of Picton Blue #5896DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.26%

R = 19.13%
G = 32.61%
B = 48.26%

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

#5896DE (or 0x5896DE) is known color: Picton Blue. HEX triplet: 58, 96 and DE. RGB value is (88,150,222). Sum of RGB (Red+Green+Blue) = 88+150+222=460 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.13% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #5896DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5896DE is #A76921. Grayscale: #8B8B8B. Windows color (decimal): -10971426 or 14587480. OLE color: 14587480.

HSL color Cylindrical-coordinate representation of color #5896DE: hue angle of 212.24º degrees, saturation: 0.67, 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 #5896DE is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 150 222 -
CMYK 0.60 0.32 0 0.13
HSL 212.24º 0.67% 0.61% -
HSV(B) 212.24º 0.6% 0.87% -
XYZ 28.12 29.16 73.25 -
YUV 139.67 174.46 91.15 -
System Red Green Blue C M Y K H S L
Decimal 88 150 222 0.60 0.32 0 0.13 212.24 0.67 0.61
Hex 58 96 DE 3C 20 0 D D4 43 3D
Octal 130 226 336 74 40 0 15 324 103 75
Binary 1011000 10010110 11011110 111100 100000 0 1101 11010100 1000011 111101

Color Harmonies of #5896DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5896DE

Black with #5896DE

Text Example


Text Example

White with #5896DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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