Html Css Color HEX #5BA2E4 Picton Blue

📋 copy color: '#5BA2E4'

red 91 ◦ green 162 ◦ blue 228

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

Shades of Picton Blue #5BA2E4

Tints of Picton Blue #5BA2E4

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.68%

 BLUE value IS 228 (89.45% from 255) = 47.4%

R = 18.92%
G = 33.68%
B = 47.4%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#5BA2E4 (or 0x5BA2E4) is known color: Picton Blue. HEX triplet: 5B, A2 and E4. RGB value is (91,162,228). Sum of RGB (Red+Green+Blue) = 91+162+228=481 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.92% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #5BA2E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA2E4 is #A45D1B. Grayscale: #939393. Windows color (decimal): -10771740 or 14983771. OLE color: 14983771.

HSL color Cylindrical-coordinate representation of color #5BA2E4: hue angle of 208.91º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BA2E4 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 91 162 228 -
CMYK 0.60 0.29 0 0.11
HSL 208.91º 0.72% 0.63% -
HSV(B) 208.91º 0.6% 0.89% -
XYZ 31.24 33.67 78.25 -
YUV 148.3 172.98 87.13 -
System Red Green Blue C M Y K H S L
Decimal 91 162 228 0.60 0.29 0 0.11 208.91 0.72 0.63
Hex 5B A2 E4 3C 1D 0 B D1 48 3F
Octal 133 242 344 74 35 0 13 321 110 77
Binary 1011011 10100010 11100100 111100 11101 0 1011 11010001 1001000 111111

Color Harmonies of #5BA2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA2E4

Black with #5BA2E4

Text Example


Text Example

White with #5BA2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,162,228); }

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

background-color css

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

 a { background-color: rgb(91,162,228); }

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

border-color css

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

 span { border-color: rgb(91,162,228); }

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