Html Css Color HEX #5B99CB Picton Blue

📋 copy color: '#5B99CB'

red 91 ◦ green 153 ◦ blue 203

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

Shades of Picton Blue #5B99CB

Tints of Picton Blue #5B99CB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.23%

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

R = 20.36%
G = 34.23%
B = 45.41%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5B99CB (or 0x5B99CB) is known color: Picton Blue. HEX triplet: 5B, 99 and CB. RGB value is (91,153,203). Sum of RGB (Red+Green+Blue) = 91+153+203=447 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.36% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B99CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B99CB is #A46634. Grayscale: #8B8B8B. Windows color (decimal): -10774069 or 13343067. OLE color: 13343067.

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

Color convert

RGB 91 153 203 -
CMYK 0.55 0.25 0 0.20
HSL 206.79º 0.52% 0.58% -
HSV(B) 206.79º 0.55% 0.8% -
XYZ 26.49 29.32 60.76 -
YUV 140.16 163.46 92.93 -
System Red Green Blue C M Y K H S L
Decimal 91 153 203 0.55 0.25 0 0.20 206.79 0.52 0.58
Hex 5B 99 CB 37 19 0 14 CF 34 3A
Octal 133 231 313 67 31 0 24 317 64 72
Binary 1011011 10011001 11001011 110111 11001 0 10100 11001111 110100 111010

Color Harmonies of #5B99CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B99CB

Black with #5B99CB

Text Example


Text Example

White with #5B99CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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