Html Css Color HEX #5BA4CC Picton Blue

📋 copy color: '#5BA4CC'

red 91 ◦ green 164 ◦ blue 204

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

Shades of Picton Blue #5BA4CC

Tints of Picton Blue #5BA4CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.44%

R = 19.83%
G = 35.73%
B = 44.44%

CMYK

 C value IS 0.55

 M value IS 0.20

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5BA4CC (or 0x5BA4CC) is known color: Picton Blue. HEX triplet: 5B, A4 and CC. RGB value is (91,164,204). Sum of RGB (Red+Green+Blue) = 91+164+204=459 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.83% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #5BA4CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA4CC is #A45B33. Grayscale: #929292. Windows color (decimal): -10771252 or 13411419. OLE color: 13411419.

HSL color Cylindrical-coordinate representation of color #5BA4CC: hue angle of 201.24º degrees, saturation: 0.53, 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 #5BA4CC is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 91 164 204 -
CMYK 0.55 0.20 0 0.2
HSL 201.24º 0.53% 0.58% -
HSV(B) 201.24º 0.55% 0.8% -
XYZ 28.49 33.13 62.02 -
YUV 146.73 160.32 88.25 -
System Red Green Blue C M Y K H S L
Decimal 91 164 204 0.55 0.20 0 0.2 201.24 0.53 0.58
Hex 5B A4 CC 37 14 0 14 C9 35 3A
Octal 133 244 314 67 24 0 24 311 65 72
Binary 1011011 10100100 11001100 110111 10100 0 10100 11001001 110101 111010

Color Harmonies of #5BA4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA4CC

Black with #5BA4CC

Text Example


Text Example

White with #5BA4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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