Html Css Color HEX #5BA4CB Picton Blue

📋 copy color: '#5BA4CB'

red 91 ◦ green 164 ◦ blue 203

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

Shades of Picton Blue #5BA4CB

Tints of Picton Blue #5BA4CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.32%

R = 19.87%
G = 35.81%
B = 44.32%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5BA4CB (or 0x5BA4CB) is known color: Picton Blue. HEX triplet: 5B, A4 and CB. RGB value is (91,164,203). Sum of RGB (Red+Green+Blue) = 91+164+203=458 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.87% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #5BA4CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA4CB is #A45B34. Grayscale: #929292. Windows color (decimal): -10771253 or 13345883. OLE color: 13345883.

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

Color convert

RGB 91 164 203 -
CMYK 0.55 0.19 0 0.20
HSL 200.89º 0.52% 0.58% -
HSV(B) 200.89º 0.55% 0.8% -
XYZ 28.37 33.09 61.39 -
YUV 146.62 159.82 88.33 -
System Red Green Blue C M Y K H S L
Decimal 91 164 203 0.55 0.19 0 0.20 200.89 0.52 0.58
Hex 5B A4 CB 37 13 0 14 C9 34 3A
Octal 133 244 313 67 23 0 24 311 64 72
Binary 1011011 10100100 11001011 110111 10011 0 10100 11001001 110100 111010

Color Harmonies of #5BA4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA4CB

Black with #5BA4CB

Text Example


Text Example

White with #5BA4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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