Html Css Color HEX #58A1DA Picton Blue

📋 copy color: '#58A1DA'

red 88 ◦ green 161 ◦ blue 218

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

Shades of Picton Blue #58A1DA

Tints of Picton Blue #58A1DA

RGB

 RED value IS 88 (34.77% from 255) = 18.84%

 GREEN value IS 161 (63.28% from 255) = 34.48%

 BLUE value IS 218 (85.55% from 255) = 46.68%

R = 18.84%
G = 34.48%
B = 46.68%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#58A1DA (or 0x58A1DA) is known color: Picton Blue. HEX triplet: 58, A1 and DA. RGB value is (88,161,218). Sum of RGB (Red+Green+Blue) = 88+161+218=467 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.84% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #58A1DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A1DA is #A75E25. Grayscale: #919191. Windows color (decimal): -10968614 or 14328152. OLE color: 14328152.

HSL color Cylindrical-coordinate representation of color #58A1DA: hue angle of 206.31º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58A1DA is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 161 218 -
CMYK 0.60 0.26 0 0.15
HSL 206.31º 0.64% 0.6% -
HSV(B) 206.31º 0.6% 0.85% -
XYZ 29.42 32.63 71.08 -
YUV 145.67 168.82 86.87 -
System Red Green Blue C M Y K H S L
Decimal 88 161 218 0.60 0.26 0 0.15 206.31 0.64 0.6
Hex 58 A1 DA 3C 1A 0 F CE 40 3C
Octal 130 241 332 74 32 0 17 316 100 74
Binary 1011000 10100001 11011010 111100 11010 0 1111 11001110 1000000 111100

Color Harmonies of #58A1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A1DA

Black with #58A1DA

Text Example


Text Example

White with #58A1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58A1DA; }

 p { color: rgb(88,161,218); }

 H1.HeaderClassName
 {
   color: #58A1DA;
 }
 .AnyTagClassName
 {
   color: #58A1DA;
 }
</style>

background-color css

<style>
 a { background-color: #58A1DA; }

 a { background-color: rgb(88,161,218); }

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

border-color css

<style>
 span { border-color: #58A1DA; }

 span { border-color: rgb(88,161,218); }

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