Html Css Color HEX #5D94CB Picton Blue

📋 copy color: '#5D94CB'

red 93 ◦ green 148 ◦ blue 203

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

Shades of Picton Blue #5D94CB

Tints of Picton Blue #5D94CB

RGB

 RED value IS 93 (36.72% from 255) = 20.95%

 GREEN value IS 148 (58.2% from 255) = 33.33%

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

R = 20.95%
G = 33.33%
B = 45.72%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D94CB (or 0x5D94CB) is known color: Picton Blue. HEX triplet: 5D, 94 and CB. RGB value is (93,148,203). Sum of RGB (Red+Green+Blue) = 93+148+203=444 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.95% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D94CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D94CB is #A26B34. Grayscale: #898989. Windows color (decimal): -10644277 or 13341789. OLE color: 13341789.

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

Color convert

RGB 93 148 203 -
CMYK 0.54 0.27 0 0.20
HSL 210º 0.51% 0.58% -
HSV(B) 210º 0.54% 0.8% -
XYZ 25.88 27.82 60.51 -
YUV 137.83 164.78 96.03 -
System Red Green Blue C M Y K H S L
Decimal 93 148 203 0.54 0.27 0 0.20 210 0.51 0.58
Hex 5D 94 CB 36 1B 0 14 D2 33 3A
Octal 135 224 313 66 33 0 24 322 63 72
Binary 1011101 10010100 11001011 110110 11011 0 10100 11010010 110011 111010

Color Harmonies of #5D94CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D94CB

Black with #5D94CB

Text Example


Text Example

White with #5D94CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,148,203); }

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

background-color css

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

 a { background-color: rgb(93,148,203); }

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

border-color css

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

 span { border-color: rgb(93,148,203); }

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