Html Css Color HEX #5BA4CE Picton Blue

📋 copy color: '#5BA4CE'

red 91 ◦ green 164 ◦ blue 206

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

Shades of Picton Blue #5BA4CE

Tints of Picton Blue #5BA4CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.69%

R = 19.74%
G = 35.57%
B = 44.69%

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

#5BA4CE (or 0x5BA4CE) is known color: Picton Blue. HEX triplet: 5B, A4 and CE. RGB value is (91,164,206). Sum of RGB (Red+Green+Blue) = 91+164+206=461 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.74% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #5BA4CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA4CE is #A45B31. Grayscale: #929292. Windows color (decimal): -10771250 or 13542491. OLE color: 13542491.

HSL color Cylindrical-coordinate representation of color #5BA4CE: hue angle of 201.91º degrees, saturation: 0.54, 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 #5BA4CE is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 164 206 -
CMYK 0.56 0.20 0 0.19
HSL 201.91º 0.54% 0.58% -
HSV(B) 201.91º 0.56% 0.81% -
XYZ 28.73 33.23 63.29 -
YUV 146.96 161.32 88.08 -
System Red Green Blue C M Y K H S L
Decimal 91 164 206 0.56 0.20 0 0.19 201.91 0.54 0.58
Hex 5B A4 CE 38 14 0 13 CA 36 3A
Octal 133 244 316 70 24 0 23 312 66 72
Binary 1011011 10100100 11001110 111000 10100 0 10011 11001010 110110 111010

Color Harmonies of #5BA4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA4CE

Black with #5BA4CE

Text Example


Text Example

White with #5BA4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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