Html Css Color HEX #5B9ACB Picton Blue

📋 copy color: '#5B9ACB'

red 91 ◦ green 154 ◦ blue 203

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

Shades of Picton Blue #5B9ACB

Tints of Picton Blue #5B9ACB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.38%

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

R = 20.31%
G = 34.38%
B = 45.31%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5B9ACB (or 0x5B9ACB) is known color: Picton Blue. HEX triplet: 5B, 9A and CB. RGB value is (91,154,203). Sum of RGB (Red+Green+Blue) = 91+154+203=448 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.31% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B9ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B9ACB is #A46534. Grayscale: #8C8C8C. Windows color (decimal): -10773813 or 13343323. OLE color: 13343323.

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

Color convert

RGB 91 154 203 -
CMYK 0.55 0.24 0 0.20
HSL 206.25º 0.52% 0.58% -
HSV(B) 206.25º 0.55% 0.8% -
XYZ 26.65 29.65 60.82 -
YUV 140.75 163.13 92.52 -
System Red Green Blue C M Y K H S L
Decimal 91 154 203 0.55 0.24 0 0.20 206.25 0.52 0.58
Hex 5B 9A CB 37 18 0 14 CE 34 3A
Octal 133 232 313 67 30 0 24 316 64 72
Binary 1011011 10011010 11001011 110111 11000 0 10100 11001110 110100 111010

Color Harmonies of #5B9ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9ACB

Black with #5B9ACB

Text Example


Text Example

White with #5B9ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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