Html Css Color HEX #5BA5CF Picton Blue

📋 copy color: '#5BA5CF'

red 91 ◦ green 165 ◦ blue 207

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

Shades of Picton Blue #5BA5CF

Tints of Picton Blue #5BA5CF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.64%

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 19.65%
G = 35.64%
B = 44.71%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5BA5CF (or 0x5BA5CF) is known color: Picton Blue. HEX triplet: 5B, A5 and CF. RGB value is (91,165,207). Sum of RGB (Red+Green+Blue) = 91+165+207=463 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.65% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #5BA5CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA5CF is #A45A30. Grayscale: #939393. Windows color (decimal): -10770993 or 13608283. OLE color: 13608283.

HSL color Cylindrical-coordinate representation of color #5BA5CF: hue angle of 201.72º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BA5CF is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 165 207 -
CMYK 0.56 0.20 0 0.19
HSL 201.72º 0.55% 0.58% -
HSV(B) 201.72º 0.56% 0.81% -
XYZ 29.03 33.64 63.99 -
YUV 147.66 161.48 87.58 -
System Red Green Blue C M Y K H S L
Decimal 91 165 207 0.56 0.20 0 0.19 201.72 0.55 0.58
Hex 5B A5 CF 38 14 0 13 CA 37 3A
Octal 133 245 317 70 24 0 23 312 67 72
Binary 1011011 10100101 11001111 111000 10100 0 10011 11001010 110111 111010

Color Harmonies of #5BA5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA5CF

Black with #5BA5CF

Text Example


Text Example

White with #5BA5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,165,207); }

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

background-color css

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

 a { background-color: rgb(91,165,207); }

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

border-color css

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

 span { border-color: rgb(91,165,207); }

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