Html Css Color HEX #5B96CA Picton Blue

📋 copy color: '#5B96CA'

red 91 ◦ green 150 ◦ blue 202

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

Shades of Picton Blue #5B96CA

Tints of Picton Blue #5B96CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.6%

R = 20.54%
G = 33.86%
B = 45.6%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5B96CA (or 0x5B96CA) is known color: Picton Blue. HEX triplet: 5B, 96 and CA. RGB value is (91,150,202). Sum of RGB (Red+Green+Blue) = 91+150+202=443 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.54% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B96CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B96CA is #A46935. Grayscale: #8A8A8A. Windows color (decimal): -10774838 or 13276763. OLE color: 13276763.

HSL color Cylindrical-coordinate representation of color #5B96CA: hue angle of 208.11º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B96CA is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 91 150 202 -
CMYK 0.55 0.26 0 0.21
HSL 208.11º 0.51% 0.57% -
HSV(B) 208.11º 0.55% 0.79% -
XYZ 25.88 28.3 59.98 -
YUV 138.29 163.95 94.27 -
System Red Green Blue C M Y K H S L
Decimal 91 150 202 0.55 0.26 0 0.21 208.11 0.51 0.57
Hex 5B 96 CA 37 1A 0 15 D0 33 39
Octal 133 226 312 67 32 0 25 320 63 71
Binary 1011011 10010110 11001010 110111 11010 0 10101 11010000 110011 111001

Color Harmonies of #5B96CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B96CA

Black with #5B96CA

Text Example


Text Example

White with #5B96CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,150,202); }

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

background-color css

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

 a { background-color: rgb(91,150,202); }

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

border-color css

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

 span { border-color: rgb(91,150,202); }

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