Html Css Color HEX #5B95DC Picton Blue

📋 copy color: '#5B95DC'

red 91 ◦ green 149 ◦ blue 220

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

Shades of Picton Blue #5B95DC

Tints of Picton Blue #5B95DC

RGB

 RED value IS 91 (35.94% from 255) = 19.78%

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

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

R = 19.78%
G = 32.39%
B = 47.83%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5B95DC (or 0x5B95DC) is known color: Picton Blue. HEX triplet: 5B, 95 and DC. RGB value is (91,149,220). Sum of RGB (Red+Green+Blue) = 91+149+220=460 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.78% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B95DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B95DC is #A46A23. Grayscale: #8B8B8B. Windows color (decimal): -10775076 or 14456155. OLE color: 14456155.

HSL color Cylindrical-coordinate representation of color #5B95DC: hue angle of 213.02º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B95DC is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 149 220 -
CMYK 0.59 0.32 0 0.14
HSL 213.02º 0.65% 0.61% -
HSV(B) 213.02º 0.59% 0.86% -
XYZ 27.98 28.89 71.81 -
YUV 139.75 173.28 93.23 -
System Red Green Blue C M Y K H S L
Decimal 91 149 220 0.59 0.32 0 0.14 213.02 0.65 0.61
Hex 5B 95 DC 3B 20 0 E D5 41 3D
Octal 133 225 334 73 40 0 16 325 101 75
Binary 1011011 10010101 11011100 111011 100000 0 1110 11010101 1000001 111101

Color Harmonies of #5B95DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B95DC

Black with #5B95DC

Text Example


Text Example

White with #5B95DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B95DC; }

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

 H1.HeaderClassName
 {
   color: #5B95DC;
 }
 .AnyTagClassName
 {
   color: #5B95DC;
 }
</style>

background-color css

<style>
 a { background-color: #5B95DC; }

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

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

border-color css

<style>
 span { border-color: #5B95DC; }

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

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