Html Css Color HEX #425A5A Oracle

📋 copy color: '#425A5A'

red 66 ◦ green 90 ◦ blue 90

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

Shades of Oracle #425A5A

Tints of Oracle #425A5A

RGB

 RED value IS 66 (26.17% from 255) = 26.83%

 GREEN value IS 90 (35.55% from 255) = 36.59%

 BLUE value IS 90 (35.55% from 255) = 36.59%

R = 26.83%
G = 36.59%
B = 36.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#425A5A (or 0x425A5A) is known color: Oracle. HEX triplet: 42, 5A and 5A. RGB value is (66,90,90). Sum of RGB (Red+Green+Blue) = 66+90+90=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 90 - color contains mainly: green, blue. Hex color #425A5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425A5A is #BDA5A5. Grayscale: #525252. Windows color (decimal): -12428710 or 5921346. OLE color: 5921346.

HSL color Cylindrical-coordinate representation of color #425A5A: hue angle of 180º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #425A5A is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 90 90 -
CMYK 0.27 0 0 0.65
HSL 180º 0.15% 0.31% -
HSV(B) 180º 0.27% 0.35% -
XYZ 7.75 9.21 11.04 -
YUV 82.82 132.05 116 -
System Red Green Blue C M Y K H S L
Decimal 66 90 90 0.27 0 0 0.65 180 0.15 0.31
Hex 42 5A 5A 1B 0 0 41 B4 F 1F
Octal 102 132 132 33 0 0 101 264 17 37
Binary 1000010 1011010 1011010 11011 0 0 1000001 10110100 1111 11111

Color Harmonies of #425A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425A5A

Black with #425A5A

Text Example


Text Example

White with #425A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425A5A; }

 p { color: rgb(66,90,90); }

 H1.HeaderClassName
 {
   color: #425A5A;
 }
 .AnyTagClassName
 {
   color: #425A5A;
 }
</style>

background-color css

<style>
 a { background-color: #425A5A; }

 a { background-color: rgb(66,90,90); }

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

border-color css

<style>
 span { border-color: #425A5A; }

 span { border-color: rgb(66,90,90); }

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