Html Css Color HEX #5B98DC Picton Blue

📋 copy color: '#5B98DC'

red 91 ◦ green 152 ◦ blue 220

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

Shades of Picton Blue #5B98DC

Tints of Picton Blue #5B98DC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.83%

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

R = 19.65%
G = 32.83%
B = 47.52%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5B98DC (or 0x5B98DC) is known color: Picton Blue. HEX triplet: 5B, 98 and DC. RGB value is (91,152,220). Sum of RGB (Red+Green+Blue) = 91+152+220=463 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.65% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B98DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B98DC is #A46723. Grayscale: #8D8D8D. Windows color (decimal): -10774308 or 14456923. OLE color: 14456923.

HSL color Cylindrical-coordinate representation of color #5B98DC: hue angle of 211.63º 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 #5B98DC is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 152 220 -
CMYK 0.59 0.31 0 0.14
HSL 211.63º 0.65% 0.61% -
HSV(B) 211.63º 0.59% 0.86% -
XYZ 28.46 29.85 71.97 -
YUV 141.51 172.29 91.97 -
System Red Green Blue C M Y K H S L
Decimal 91 152 220 0.59 0.31 0 0.14 211.63 0.65 0.61
Hex 5B 98 DC 3B 1F 0 E D4 41 3D
Octal 133 230 334 73 37 0 16 324 101 75
Binary 1011011 10011000 11011100 111011 11111 0 1110 11010100 1000001 111101

Color Harmonies of #5B98DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B98DC

Black with #5B98DC

Text Example


Text Example

White with #5B98DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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