Html Css Color HEX #5BA4DD Picton Blue

📋 copy color: '#5BA4DD'

red 91 ◦ green 164 ◦ blue 221

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

Shades of Picton Blue #5BA4DD

Tints of Picton Blue #5BA4DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 19.12%
G = 34.45%
B = 46.43%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5BA4DD (or 0x5BA4DD) is known color: Picton Blue. HEX triplet: 5B, A4 and DD. RGB value is (91,164,221). Sum of RGB (Red+Green+Blue) = 91+164+221=476 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.12% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #5BA4DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA4DD is #A45B22. Grayscale: #949494. Windows color (decimal): -10771235 or 14525531. OLE color: 14525531.

HSL color Cylindrical-coordinate representation of color #5BA4DD: hue angle of 206.31º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BA4DD is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 91 164 221 -
CMYK 0.59 0.26 0 0.13
HSL 206.31º 0.66% 0.61% -
HSV(B) 206.31º 0.59% 0.87% -
XYZ 30.64 34 73.35 -
YUV 148.67 168.82 86.87 -
System Red Green Blue C M Y K H S L
Decimal 91 164 221 0.59 0.26 0 0.13 206.31 0.66 0.61
Hex 5B A4 DD 3B 1A 0 D CE 42 3D
Octal 133 244 335 73 32 0 15 316 102 75
Binary 1011011 10100100 11011101 111011 11010 0 1101 11001110 1000010 111101

Color Harmonies of #5BA4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA4DD

Black with #5BA4DD

Text Example


Text Example

White with #5BA4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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