Html Css Color HEX #5BA0DC Picton Blue

📋 copy color: '#5BA0DC'

red 91 ◦ green 160 ◦ blue 220

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

Shades of Picton Blue #5BA0DC

Tints of Picton Blue #5BA0DC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.97%

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

R = 19.32%
G = 33.97%
B = 46.71%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5BA0DC (or 0x5BA0DC) is known color: Picton Blue. HEX triplet: 5B, A0 and DC. RGB value is (91,160,220). Sum of RGB (Red+Green+Blue) = 91+160+220=471 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.32% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #5BA0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA0DC is #A45F23. Grayscale: #919191. Windows color (decimal): -10772260 or 14458971. OLE color: 14458971.

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

Color convert

RGB 91 160 220 -
CMYK 0.59 0.27 0 0.14
HSL 207.91º 0.65% 0.61% -
HSV(B) 207.91º 0.59% 0.86% -
XYZ 29.8 32.53 72.42 -
YUV 146.21 169.64 88.62 -
System Red Green Blue C M Y K H S L
Decimal 91 160 220 0.59 0.27 0 0.14 207.91 0.65 0.61
Hex 5B A0 DC 3B 1B 0 E D0 41 3D
Octal 133 240 334 73 33 0 16 320 101 75
Binary 1011011 10100000 11011100 111011 11011 0 1110 11010000 1000001 111101

Color Harmonies of #5BA0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA0DC

Black with #5BA0DC

Text Example


Text Example

White with #5BA0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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