Html Css Color HEX #5BA4DC Picton Blue

📋 copy color: '#5BA4DC'

red 91 ◦ green 164 ◦ blue 220

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

Shades of Picton Blue #5BA4DC

Tints of Picton Blue #5BA4DC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.53%

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

R = 19.16%
G = 34.53%
B = 46.32%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5BA4DC (or 0x5BA4DC) is known color: Picton Blue. HEX triplet: 5B, A4 and DC. RGB value is (91,164,220). Sum of RGB (Red+Green+Blue) = 91+164+220=475 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.16% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #5BA4DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA4DC is #A45B23. Grayscale: #949494. Windows color (decimal): -10771236 or 14459995. OLE color: 14459995.

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

Color convert

RGB 91 164 220 -
CMYK 0.59 0.25 0 0.14
HSL 206.05º 0.65% 0.61% -
HSV(B) 206.05º 0.59% 0.86% -
XYZ 30.51 33.94 72.65 -
YUV 148.56 168.32 86.95 -
System Red Green Blue C M Y K H S L
Decimal 91 164 220 0.59 0.25 0 0.14 206.05 0.65 0.61
Hex 5B A4 DC 3B 19 0 E CE 41 3D
Octal 133 244 334 73 31 0 16 316 101 75
Binary 1011011 10100100 11011100 111011 11001 0 1110 11001110 1000001 111101

Color Harmonies of #5BA4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA4DC

Black with #5BA4DC

Text Example


Text Example

White with #5BA4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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